#06250B

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

Shades of Black Bean #06250B

Tints of Black Bean #06250B

Color information

#06250B (or 0x06250B) is unknown color: approx Black Bean. HEX triplet: 06, 25 and 0B. RGB value is (6,37,11). Sum of RGB (Red+Green+Blue) = 6+37+11=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #06250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250B is #F9DAF4. Grayscale: #181818. Windows color (decimal): -16374517 or 730374. OLE color: 730374.

HSL color Cylindrical-coordinate representation of color #06250B: hue angle of 129.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06250B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB63711-
CMYK0.8400.700.85
HSL129.68º72.09%8.43%-
HSV(B)129.68º83.78%14.51%-
XYZ0.81.390.54-
YUV24.77120.23114.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.11%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=11.11%
G=68.52%
B=20.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637110.8400.700.85129.6872.098.43
Hex625B540465582488
Octal64513124010612520211010
Binary110100101101110101000100011010101011000001010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06250B; }

 p { color: rgb(6,37,11); }

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

<style>
 a { background-color: #06250B; }

 a { background-color: rgb(6,37,11); }

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

<style>
 span { border-color: #06250B; }

 span { border-color: rgb(6,37,11); }

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