Html Css Color HEX #130C02 Bokara Grey

📋 copy color: '#130C02'

red 19 ◦ green 12 ◦ blue 2

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

Shades of Bokara Grey #130C02

Tints of Bokara Grey #130C02

RGB

 RED value IS 19 (7.81% from 255) = 57.58%

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

 BLUE value IS 2 (1.17% from 255) = 6.06%

R = 57.58%
G = 36.36%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130C02 (or 0x130C02) is known color: Bokara Grey. HEX triplet: 13, 0C and 02. RGB value is (19,12,2). Sum of RGB (Red+Green+Blue) = 19+12+2=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C02 is #ECF3FD. Grayscale: #0D0D0D. Windows color (decimal): -15528958 or 134163. OLE color: 134163.

HSL color Cylindrical-coordinate representation of color #130C02: hue angle of 35.29º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130C02 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 12 2 -
CMYK 0 0.37 0.89 0.93
HSL 35.29º 0.81% 0.04% -
HSV(B) 35.29º 0.89% 0.07% -
XYZ 0.41 0.41 0.11 -
YUV 12.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 19 12 2 0 0.37 0.89 0.93 35.29 0.81 0.04
Hex 13 C 2 0 25 59 5D 23 51 4
Octal 23 14 2 0 45 131 135 43 121 4
Binary 10011 1100 10 0 100101 1011001 1011101 100011 1010001 100

Color Harmonies of #130C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C02

Black with #130C02

Text Example


Text Example

White with #130C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130C02;
 }
 .AnyTagClassName
 {
   color: #130C02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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