Html Css Color HEX #0C240F Black Bean

📋 copy color: '#0C240F'

red 12 ◦ green 36 ◦ blue 15

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

Shades of Black Bean #0C240F

Tints of Black Bean #0C240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 57.14%

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

R = 19.05%
G = 57.14%
B = 23.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#0C240F (or 0x0C240F) is known color: Black Bean. HEX triplet: 0C, 24 and 0F. RGB value is (12,36,15). Sum of RGB (Red+Green+Blue) = 12+36+15=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0C240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C240F is #F3DBF0. Grayscale: #1A1A1A. Windows color (decimal): -15981553 or 992268. OLE color: 992268.

HSL color Cylindrical-coordinate representation of color #0C240F: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C240F is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 36 15 -
CMYK 0.67 0 0.58 0.86
HSL 127.5º 0.5% 0.09% -
HSV(B) 127.5º 0.67% 0.14% -
XYZ 0.87 1.37 0.67 -
YUV 26.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 12 36 15 0.67 0 0.58 0.86 127.5 0.5 0.09
Hex C 24 F 43 0 3A 56 80 32 9
Octal 14 44 17 103 0 72 126 200 62 11
Binary 1100 100100 1111 1000011 0 111010 1010110 10000000 110010 1001

Color Harmonies of #0C240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C240F

Black with #0C240F

Text Example


Text Example

White with #0C240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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