Html Css Color HEX #061208 Black Bean

📋 copy color: '#061208'

red 6 ◦ green 18 ◦ blue 8

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

Shades of Black Bean #061208

Tints of Black Bean #061208

RGB

 RED value IS 6 (2.73% from 255) = 18.75%

 GREEN value IS 18 (7.42% from 255) = 56.25%

 BLUE value IS 8 (3.52% from 255) = 25%

R = 18.75%
G = 56.25%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#061208 (or 0x061208) is known color: Black Bean. HEX triplet: 06, 12 and 08. RGB value is (6,18,8). Sum of RGB (Red+Green+Blue) = 6+18+8=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #061208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061208 is #F9EDF7. Grayscale: #0D0D0D. Windows color (decimal): -16379384 or 528902. OLE color: 528902.

HSL color Cylindrical-coordinate representation of color #061208: hue angle of 130º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061208 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 8 -
CMYK 0.67 0 0.56 0.93
HSL 130º 0.5% 0.05% -
HSV(B) 130º 0.67% 0.07% -
XYZ 0.34 0.49 0.31 -
YUV 13.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 6 18 8 0.67 0 0.56 0.93 130 0.5 0.05
Hex 6 12 8 43 0 38 5D 82 32 5
Octal 6 22 10 103 0 70 135 202 62 5
Binary 110 10010 1000 1000011 0 111000 1011101 10000010 110010 101

Color Harmonies of #061208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061208

Black with #061208

Text Example


Text Example

White with #061208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061208; }

 p { color: rgb(6,18,8); }

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

background-color css

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

 a { background-color: rgb(6,18,8); }

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

border-color css

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

 span { border-color: rgb(6,18,8); }

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