Html Css Color HEX #0C270E Black Bean

📋 copy color: '#0C270E'

red 12 ◦ green 39 ◦ blue 14

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

Shades of Black Bean #0C270E

Tints of Black Bean #0C270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 21.54%

R = 18.46%
G = 60%
B = 21.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#0C270E (or 0x0C270E) is known color: Black Bean. HEX triplet: 0C, 27 and 0E. RGB value is (12,39,14). Sum of RGB (Red+Green+Blue) = 12+39+14=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270E is #F3D8F1. Grayscale: #1C1C1C. Windows color (decimal): -15980786 or 927500. OLE color: 927500.

HSL color Cylindrical-coordinate representation of color #0C270E: hue angle of 124.44º 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 #0C270E is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 39 14 -
CMYK 0.69 0 0.64 0.85
HSL 124.44º 0.53% 0.1% -
HSV(B) 124.44º 0.69% 0.15% -
XYZ 0.96 1.56 0.67 -
YUV 28.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 12 39 14 0.69 0 0.64 0.85 124.44 0.53 0.1
Hex C 27 E 45 0 40 55 7C 35 A
Octal 14 47 16 105 0 100 125 174 65 12
Binary 1100 100111 1110 1000101 0 1000000 1010101 1111100 110101 1010

Color Harmonies of #0C270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C270E

Black with #0C270E

Text Example


Text Example

White with #0C270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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