Html Css Color HEX #0C190F Black Bean

📋 copy color: '#0C190F'

red 12 ◦ green 25 ◦ blue 15

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

Shades of Black Bean #0C190F

Tints of Black Bean #0C190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 48.08%

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 23.08%
G = 48.08%
B = 28.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.90

RGB Variations

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

Color information

#0C190F (or 0x0C190F) is known color: Black Bean. HEX triplet: 0C, 19 and 0F. RGB value is (12,25,15). Sum of RGB (Red+Green+Blue) = 12+25+15=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #0C190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C190F is #F3E6F0. Grayscale: #141414. Windows color (decimal): -15984369 or 989452. OLE color: 989452.

HSL color Cylindrical-coordinate representation of color #0C190F: hue angle of 133.85º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C190F is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 15 -
CMYK 0.52 0 0.40 0.90
HSL 133.85º 0.35% 0.07% -
HSV(B) 133.85º 0.52% 0.1% -
XYZ 0.59 0.81 0.58 -
YUV 19.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 12 25 15 0.52 0 0.40 0.90 133.85 0.35 0.07
Hex C 19 F 34 0 28 5A 86 23 7
Octal 14 31 17 64 0 50 132 206 43 7
Binary 1100 11001 1111 110100 0 101000 1011010 10000110 100011 111

Color Harmonies of #0C190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C190F

Black with #0C190F

Text Example


Text Example

White with #0C190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,15); }

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

background-color css

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

 a { background-color: rgb(12,25,15); }

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

border-color css

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

 span { border-color: rgb(12,25,15); }

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