Html Css Color HEX #0C230D Black Bean

📋 copy color: '#0C230D'

red 12 ◦ green 35 ◦ blue 13

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

Shades of Black Bean #0C230D

Tints of Black Bean #0C230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

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

R = 20%
G = 58.33%
B = 21.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#0C230D (or 0x0C230D) is known color: Black Bean. HEX triplet: 0C, 23 and 0D. RGB value is (12,35,13). Sum of RGB (Red+Green+Blue) = 12+35+13=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #0C230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C230D is #F3DCF2. Grayscale: #191919. Windows color (decimal): -15981811 or 860940. OLE color: 860940.

HSL color Cylindrical-coordinate representation of color #0C230D: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C230D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 35 13 -
CMYK 0.66 0 0.63 0.86
HSL 122.61º 0.49% 0.09% -
HSV(B) 122.61º 0.66% 0.14% -
XYZ 0.83 1.31 0.59 -
YUV 25.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 12 35 13 0.66 0 0.63 0.86 122.61 0.49 0.09
Hex C 23 D 42 0 3F 56 7B 31 9
Octal 14 43 15 102 0 77 126 173 61 11
Binary 1100 100011 1101 1000010 0 111111 1010110 1111011 110001 1001

Color Harmonies of #0C230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C230D

Black with #0C230D

Text Example


Text Example

White with #0C230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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