Html Css Color HEX #150E1C Blackcurrant

📋 copy color: '#150E1C'

red 21 ◦ green 14 ◦ blue 28

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

Shades of Blackcurrant #150E1C

Tints of Blackcurrant #150E1C

RGB

 RED value IS 21 (8.59% from 255) = 33.33%

 GREEN value IS 14 (5.86% from 255) = 22.22%

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#150E1C (or 0x150E1C) is known color: Blackcurrant. HEX triplet: 15, 0E and 1C. RGB value is (21,14,28). Sum of RGB (Red+Green+Blue) = 21+14+28=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #150E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E1C is #EAF1E3. Grayscale: #111111. Windows color (decimal): -15397348 or 1838613. OLE color: 1838613.

HSL color Cylindrical-coordinate representation of color #150E1C: hue angle of 270º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #150E1C is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 14 28 -
CMYK 0.25 0.50 0 0.89
HSL 270º 0.33% 0.08% -
HSV(B) 270º 0.5% 0.11% -
XYZ 0.68 0.56 1.17 -
YUV 17.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 21 14 28 0.25 0.50 0 0.89 270 0.33 0.08
Hex 15 E 1C 19 32 0 59 10E 21 8
Octal 25 16 34 31 62 0 131 416 41 10
Binary 10101 1110 11100 11001 110010 0 1011001 100001110 100001 1000

Color Harmonies of #150E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E1C

Black with #150E1C

Text Example


Text Example

White with #150E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150E1C; }

 p { color: rgb(21,14,28); }

 H1.HeaderClassName
 {
   color: #150E1C;
 }
 .AnyTagClassName
 {
   color: #150E1C;
 }
</style>

background-color css

<style>
 a { background-color: #150E1C; }

 a { background-color: rgb(21,14,28); }

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

border-color css

<style>
 span { border-color: #150E1C; }

 span { border-color: rgb(21,14,28); }

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