Html Css Color HEX #27132B Blackcurrant

📋 copy color: '#27132B'

red 39 ◦ green 19 ◦ blue 43

#27132B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #27132B

Tints of Blackcurrant #27132B

RGB

 RED value IS 39 (15.63% from 255) = 38.61%

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 43 (17.19% from 255) = 42.57%

R = 38.61%
G = 18.81%
B = 42.57%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#27132B (or 0x27132B) is known color: Blackcurrant. HEX triplet: 27, 13 and 2B. RGB value is (39,19,43). Sum of RGB (Red+Green+Blue) = 39+19+43=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #27132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27132B is #D8ECD4. Grayscale: #1B1B1B. Windows color (decimal): -14216405 or 2822951. OLE color: 2822951.

HSL color Cylindrical-coordinate representation of color #27132B: hue angle of 290º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27132B is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 19 43 -
CMYK 0.09 0.56 0 0.83
HSL 290º 0.39% 0.12% -
HSV(B) 290º 0.56% 0.17% -
XYZ 1.51 1.07 2.41 -
YUV 27.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 39 19 43 0.09 0.56 0 0.83 290 0.39 0.12
Hex 27 13 2B 9 38 0 53 122 27 C
Octal 47 23 53 11 70 0 123 442 47 14
Binary 100111 10011 101011 1001 111000 0 1010011 100100010 100111 1100

Color Harmonies of #27132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27132B

Black with #27132B

Text Example


Text Example

White with #27132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27132B; }

 p { color: rgb(39,19,43); }

 H1.HeaderClassName
 {
   color: #27132B;
 }
 .AnyTagClassName
 {
   color: #27132B;
 }
</style>

background-color css

<style>
 a { background-color: #27132B; }

 a { background-color: rgb(39,19,43); }

 div.DivClassName
 {
   background-color: #27132B;
 }
 .BgClassName
 {
   background-color: #27132B;
 }
</style>

border-color css

<style>
 span { border-color: #27132B; }

 span { border-color: rgb(39,19,43); }

 td.TdClassName
 {
   border-color: #27132B;
 }
 .TagClassName
 {
   border-color: #27132B;
 }
</style>