Html Css Color HEX #180F01 Bokara Grey

📋 copy color: '#180F01'

red 24 ◦ green 15 ◦ blue 1

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

Shades of Bokara Grey #180F01

Tints of Bokara Grey #180F01

RGB

 RED value IS 24 (9.77% from 255) = 60%

 GREEN value IS 15 (6.25% from 255) = 37.5%

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 60%
G = 37.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#180F01 (or 0x180F01) is known color: Bokara Grey. HEX triplet: 18, 0F and 01. RGB value is (24,15,1). Sum of RGB (Red+Green+Blue) = 24+15+1=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F01 is #E7F0FE. Grayscale: #101010. Windows color (decimal): -15200511 or 69400. OLE color: 69400.

HSL color Cylindrical-coordinate representation of color #180F01: hue angle of 36.52º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180F01 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 15 1 -
CMYK 0 0.37 0.96 0.91
HSL 36.52º 0.92% 0.05% -
HSV(B) 36.52º 0.96% 0.09% -
XYZ 0.55 0.54 0.1 -
YUV 16.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 24 15 1 0 0.37 0.96 0.91 36.52 0.92 0.05
Hex 18 F 1 0 25 60 5B 25 5C 5
Octal 30 17 1 0 45 140 133 45 134 5
Binary 11000 1111 1 0 100101 1100000 1011011 100101 1011100 101

Color Harmonies of #180F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F01

Black with #180F01

Text Example


Text Example

White with #180F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180F01; }

 p { color: rgb(24,15,1); }

 H1.HeaderClassName
 {
   color: #180F01;
 }
 .AnyTagClassName
 {
   color: #180F01;
 }
</style>

background-color css

<style>
 a { background-color: #180F01; }

 a { background-color: rgb(24,15,1); }

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

border-color css

<style>
 span { border-color: #180F01; }

 span { border-color: rgb(24,15,1); }

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