Html Css Color HEX #08230C Black Bean

📋 copy color: '#08230C'

red 8 ◦ green 35 ◦ blue 12

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

Shades of Black Bean #08230C

Tints of Black Bean #08230C

RGB

 RED value IS 8 (3.52% from 255) = 14.55%

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

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 14.55%
G = 63.64%
B = 21.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#08230C (or 0x08230C) is known color: Black Bean. HEX triplet: 08, 23 and 0C. RGB value is (8,35,12). Sum of RGB (Red+Green+Blue) = 8+35+12=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #08230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08230C is #F7DCF3. Grayscale: #181818. Windows color (decimal): -16243956 or 795400. OLE color: 795400.

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

Color convert

RGB 8 35 12 -
CMYK 0.77 0 0.66 0.86
HSL 128.89º 0.63% 0.08% -
HSV(B) 128.89º 0.77% 0.14% -
XYZ 0.77 1.28 0.55 -
YUV 24.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 8 35 12 0.77 0 0.66 0.86 128.89 0.63 0.08
Hex 8 23 C 4D 0 42 56 81 3F 8
Octal 10 43 14 115 0 102 126 201 77 10
Binary 1000 100011 1100 1001101 0 1000010 1010110 10000001 111111 1000

Color Harmonies of #08230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08230C

Black with #08230C

Text Example


Text Example

White with #08230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08230C; }

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

 H1.HeaderClassName
 {
   color: #08230C;
 }
 .AnyTagClassName
 {
   color: #08230C;
 }
</style>

background-color css

<style>
 a { background-color: #08230C; }

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

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

border-color css

<style>
 span { border-color: #08230C; }

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

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