#08230E

Color #08230E Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #08230E

Tints of Black Bean #08230E

Color information

#08230E (or 0x08230E) is unknown color: approx Black Bean. HEX triplet: 08, 23 and 0E. RGB value is (8,35,14). Sum of RGB (Red+Green+Blue) = 8+35+14=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #08230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08230E is #F7DCF1. Grayscale: #181818. Windows color (decimal): -16243954 or 926472. OLE color: 926472.

HSL color Cylindrical-coordinate representation of color #08230E: hue angle of 133.33º 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 #08230E is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB83514-
CMYK0.7700.600.86
HSL133.33º62.79%8.43%-
HSV(B)133.33º77.14%13.73%-
XYZ0.781.290.62-
YUV24.53122.05116.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=14.04%
G=61.40%
B=24.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835140.7700.600.86133.3362.798.43
Hex823E4D03C56853f8
Octal1043161150741262057710
Binary10001000111110100110101111001010110100001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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