Html Css Color HEX #150C22 Blackcurrant

📋 copy color: '#150C22'

red 21 ◦ green 12 ◦ blue 34

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

Shades of Blackcurrant #150C22

Tints of Blackcurrant #150C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

 BLUE value IS 34 (13.67% from 255) = 50.75%

R = 31.34%
G = 17.91%
B = 50.75%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150C22 (or 0x150C22) is known color: Blackcurrant. HEX triplet: 15, 0C and 22. RGB value is (21,12,34). Sum of RGB (Red+Green+Blue) = 21+12+34=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #150C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C22 is #EAF3DD. Grayscale: #111111. Windows color (decimal): -15397854 or 2231317. OLE color: 2231317.

HSL color Cylindrical-coordinate representation of color #150C22: hue angle of 264.55º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #150C22 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 12 34 -
CMYK 0.38 0.65 0 0.87
HSL 264.55º 0.48% 0.09% -
HSV(B) 264.55º 0.65% 0.13% -
XYZ 0.73 0.54 1.58 -
YUV 17.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 21 12 34 0.38 0.65 0 0.87 264.55 0.48 0.09
Hex 15 C 22 26 41 0 57 109 30 9
Octal 25 14 42 46 101 0 127 411 60 11
Binary 10101 1100 100010 100110 1000001 0 1010111 100001001 110000 1001

Color Harmonies of #150C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C22

Black with #150C22

Text Example


Text Example

White with #150C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,34); }

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

background-color css

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

 a { background-color: rgb(21,12,34); }

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

border-color css

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

 span { border-color: rgb(21,12,34); }

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