Html Css Color HEX #27132C Blackcurrant

📋 copy color: '#27132C'

red 39 ◦ green 19 ◦ blue 44

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

Shades of Blackcurrant #27132C

Tints of Blackcurrant #27132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 43.14%

R = 38.24%
G = 18.63%
B = 43.14%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27132C (or 0x27132C) is known color: Blackcurrant. HEX triplet: 27, 13 and 2C. RGB value is (39,19,44). Sum of RGB (Red+Green+Blue) = 39+19+44=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #27132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27132C is #D8ECD3. Grayscale: #1B1B1B. Windows color (decimal): -14216404 or 2888487. OLE color: 2888487.

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

Color convert

RGB 39 19 44 -
CMYK 0.11 0.57 0 0.83
HSL 288º 0.4% 0.12% -
HSV(B) 288º 0.57% 0.17% -
XYZ 1.52 1.08 2.51 -
YUV 27.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 39 19 44 0.11 0.57 0 0.83 288 0.4 0.12
Hex 27 13 2C B 39 0 53 120 28 C
Octal 47 23 54 13 71 0 123 440 50 14
Binary 100111 10011 101100 1011 111001 0 1010011 100100000 101000 1100

Color Harmonies of #27132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27132C

Black with #27132C

Text Example


Text Example

White with #27132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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