Html Css Color HEX #0C1A0D Black Bean

📋 copy color: '#0C1A0D'

red 12 ◦ green 26 ◦ blue 13

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

Shades of Black Bean #0C1A0D

Tints of Black Bean #0C1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 50.98%

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

R = 23.53%
G = 50.98%
B = 25.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.90

RGB Variations

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

Color information

#0C1A0D (or 0x0C1A0D) is known color: Black Bean. HEX triplet: 0C, 1A and 0D. RGB value is (12,26,13). Sum of RGB (Red+Green+Blue) = 12+26+13=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A0D is #F3E5F2. Grayscale: #141414. Windows color (decimal): -15984115 or 858636. OLE color: 858636.

HSL color Cylindrical-coordinate representation of color #0C1A0D: hue angle of 124.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C1A0D is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 13 -
CMYK 0.54 0 0.5 0.90
HSL 124.29º 0.37% 0.07% -
HSV(B) 124.29º 0.54% 0.1% -
XYZ 0.59 0.85 0.51 -
YUV 20.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 12 26 13 0.54 0 0.5 0.90 124.29 0.37 0.07
Hex C 1A D 36 0 32 5A 7C 25 7
Octal 14 32 15 66 0 62 132 174 45 7
Binary 1100 11010 1101 110110 0 110010 1011010 1111100 100101 111

Color Harmonies of #0C1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A0D

Black with #0C1A0D

Text Example


Text Example

White with #0C1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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