#170C01

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

Shades of Bokara Grey #170C01

Tints of Bokara Grey #170C01

Color information

#170C01 (or 0x170C01) is unknown color: approx Bokara Grey. HEX triplet: 17, 0C and 01. RGB value is (23,12,1). Sum of RGB (Red+Green+Blue) = 23+12+1=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #170C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C01 is #E8F3FE. Grayscale: #0E0E0E. Windows color (decimal): -15266815 or 68631. OLE color: 68631.

HSL color Cylindrical-coordinate representation of color #170C01: hue angle of 30º 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 #170C01 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB23121-
CMYK00.480.960.91
HSL30º91.67%4.71%-
HSV(B)30º95.65%9.02%-
XYZ0.490.450.09-
YUV14.04120.64134.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 63.89%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=63.89%
G=33.33%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2312100.480.960.913091.674.71
Hex17C1030605B1e5c5
Octal27141060140133361345
Binary1011111001011000011000001011011111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170C01; }

 p { color: rgb(23,12,1); }

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

<style>
 a { background-color: #170C01; }

 a { background-color: rgb(23,12,1); }

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

<style>
 span { border-color: #170C01; }

 span { border-color: rgb(23,12,1); }

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