Html Css Color HEX #27133C Blackcurrant

📋 copy color: '#27133C'

red 39 ◦ green 19 ◦ blue 60

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

Shades of Blackcurrant #27133C

Tints of Blackcurrant #27133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 50.85%

R = 33.05%
G = 16.1%
B = 50.85%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27133C (or 0x27133C) is known color: Blackcurrant. HEX triplet: 27, 13 and 3C. RGB value is (39,19,60). Sum of RGB (Red+Green+Blue) = 39+19+60=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #27133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133C is #D8ECC3. Grayscale: #1D1D1D. Windows color (decimal): -14216388 or 3937063. OLE color: 3937063.

HSL color Cylindrical-coordinate representation of color #27133C: hue angle of 269.27º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27133C is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 19 60 -
CMYK 0.35 0.68 0 0.76
HSL 269.27º 0.52% 0.15% -
HSV(B) 269.27º 0.68% 0.24% -
XYZ 1.89 1.22 4.41 -
YUV 29.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 39 19 60 0.35 0.68 0 0.76 269.27 0.52 0.15
Hex 27 13 3C 23 44 0 4C 10D 34 F
Octal 47 23 74 43 104 0 114 415 64 17
Binary 100111 10011 111100 100011 1000100 0 1001100 100001101 110100 1111

Color Harmonies of #27133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27133C

Black with #27133C

Text Example


Text Example

White with #27133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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