Html Css Color HEX #0C270F Black Bean

📋 copy color: '#0C270F'

red 12 ◦ green 39 ◦ blue 15

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

Shades of Black Bean #0C270F

Tints of Black Bean #0C270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 59.09%

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

R = 18.18%
G = 59.09%
B = 22.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#0C270F (or 0x0C270F) is known color: Black Bean. HEX triplet: 0C, 27 and 0F. RGB value is (12,39,15). Sum of RGB (Red+Green+Blue) = 12+39+15=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270F is #F3D8F0. Grayscale: #1C1C1C. Windows color (decimal): -15980785 or 993036. OLE color: 993036.

HSL color Cylindrical-coordinate representation of color #0C270F: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C270F is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 39 15 -
CMYK 0.69 0 0.62 0.85
HSL 126.67º 0.53% 0.1% -
HSV(B) 126.67º 0.69% 0.15% -
XYZ 0.96 1.56 0.7 -
YUV 28.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 12 39 15 0.69 0 0.62 0.85 126.67 0.53 0.1
Hex C 27 F 45 0 3E 55 7F 35 A
Octal 14 47 17 105 0 76 125 177 65 12
Binary 1100 100111 1111 1000101 0 111110 1010101 1111111 110101 1010

Color Harmonies of #0C270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C270F

Black with #0C270F

Text Example


Text Example

White with #0C270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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