Html Css Color HEX #130D04 Bokara Grey

📋 copy color: '#130D04'

red 19 ◦ green 13 ◦ blue 4

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

Shades of Bokara Grey #130D04

Tints of Bokara Grey #130D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 36.11%

 BLUE value IS 4 (1.95% from 255) = 11.11%

R = 52.78%
G = 36.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130D04 (or 0x130D04) is known color: Bokara Grey. HEX triplet: 13, 0D and 04. RGB value is (19,13,4). Sum of RGB (Red+Green+Blue) = 19+13+4=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D04 is #ECF2FB. Grayscale: #0D0D0D. Windows color (decimal): -15528700 or 265491. OLE color: 265491.

HSL color Cylindrical-coordinate representation of color #130D04: hue angle of 36º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130D04 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 13 4 -
CMYK 0 0.32 0.79 0.93
HSL 36º 0.65% 0.05% -
HSV(B) 36º 0.79% 0.07% -
XYZ 0.43 0.44 0.18 -
YUV 13.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 19 13 4 0 0.32 0.79 0.93 36 0.65 0.05
Hex 13 D 4 0 20 4F 5D 24 41 5
Octal 23 15 4 0 40 117 135 44 101 5
Binary 10011 1101 100 0 100000 1001111 1011101 100100 1000001 101

Color Harmonies of #130D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D04

Black with #130D04

Text Example


Text Example

White with #130D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,4); }

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

background-color css

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

 a { background-color: rgb(19,13,4); }

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

border-color css

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

 span { border-color: rgb(19,13,4); }

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