#150C02

Color #150C02 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #150C02

Tints of Bokara Grey #150C02

Color information

#150C02 (or 0x150C02) is unknown color: approx Bokara Grey. HEX triplet: 15, 0C and 02. RGB value is (21,12,2). Sum of RGB (Red+Green+Blue) = 21+12+2=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C02 is #EAF3FD. Grayscale: #0D0D0D. Windows color (decimal): -15397886 or 134165. OLE color: 134165.

HSL color Cylindrical-coordinate representation of color #150C02: hue angle of 31.58º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150C02 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB21122-
CMYK00.430.900.92
HSL31.58º82.61%4.51%-
HSV(B)31.58º90.48%8.24%-
XYZ0.450.430.12-
YUV13.55121.48133.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=60%
G=34.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2112200.430.900.9231.5882.614.51
Hex15C202B5A5C20535
Octal25142053132134401235
Binary101011100100101011101101010111001000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #150C02;
 }
 .AnyTagClassName
 {
   color: #150C02;
 }
</style>
background-color css

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

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

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

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

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

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