Html Css Color HEX #27133E Blackcurrant

📋 copy color: '#27133E'

red 39 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #27133E

Tints of Blackcurrant #27133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 51.67%

R = 32.5%
G = 15.83%
B = 51.67%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27133E (or 0x27133E) is known color: Blackcurrant. HEX triplet: 27, 13 and 3E. RGB value is (39,19,62). Sum of RGB (Red+Green+Blue) = 39+19+62=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #27133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133E is #D8ECC1. Grayscale: #1D1D1D. Windows color (decimal): -14216386 or 4068135. OLE color: 4068135.

HSL color Cylindrical-coordinate representation of color #27133E: hue angle of 267.91º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27133E is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 19 62 -
CMYK 0.37 0.69 0 0.76
HSL 267.91º 0.53% 0.16% -
HSV(B) 267.91º 0.69% 0.24% -
XYZ 1.94 1.24 4.7 -
YUV 29.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 39 19 62 0.37 0.69 0 0.76 267.91 0.53 0.16
Hex 27 13 3E 25 45 0 4C 10C 35 10
Octal 47 23 76 45 105 0 114 414 65 20
Binary 100111 10011 111110 100101 1000101 0 1001100 100001100 110101 10000

Color Harmonies of #27133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27133E

Black with #27133E

Text Example


Text Example

White with #27133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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