Html Css Color HEX #0C170D Black Bean

📋 copy color: '#0C170D'

red 12 ◦ green 23 ◦ blue 13

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

Shades of Black Bean #0C170D

Tints of Black Bean #0C170D

RGB

 RED value IS 12 (5.08% from 255) = 25%

 GREEN value IS 23 (9.38% from 255) = 47.92%

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 25%
G = 47.92%
B = 27.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#0C170D (or 0x0C170D) is known color: Black Bean. HEX triplet: 0C, 17 and 0D. RGB value is (12,23,13). Sum of RGB (Red+Green+Blue) = 12+23+13=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170D is #F3E8F2. Grayscale: #121212. Windows color (decimal): -15984883 or 857868. OLE color: 857868.

HSL color Cylindrical-coordinate representation of color #0C170D: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C170D is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 23 13 -
CMYK 0.48 0 0.43 0.91
HSL 125.45º 0.31% 0.07% -
HSV(B) 125.45º 0.48% 0.09% -
XYZ 0.53 0.72 0.49 -
YUV 18.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 12 23 13 0.48 0 0.43 0.91 125.45 0.31 0.07
Hex C 17 D 30 0 2B 5B 7D 1F 7
Octal 14 27 15 60 0 53 133 175 37 7
Binary 1100 10111 1101 110000 0 101011 1011011 1111101 11111 111

Color Harmonies of #0C170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C170D

Black with #0C170D

Text Example


Text Example

White with #0C170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C170D; }

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

 H1.HeaderClassName
 {
   color: #0C170D;
 }
 .AnyTagClassName
 {
   color: #0C170D;
 }
</style>

background-color css

<style>
 a { background-color: #0C170D; }

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

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

border-color css

<style>
 span { border-color: #0C170D; }

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

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