Html Css Color HEX #0D270F Black Bean

📋 copy color: '#0D270F'

red 13 ◦ green 39 ◦ blue 15

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

Shades of Black Bean #0D270F

Tints of Black Bean #0D270F

RGB

 RED value IS 13 (5.47% from 255) = 19.4%

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

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

R = 19.4%
G = 58.21%
B = 22.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#0D270F (or 0x0D270F) is known color: Black Bean. HEX triplet: 0D, 27 and 0F. RGB value is (13,39,15). Sum of RGB (Red+Green+Blue) = 13+39+15=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #0D270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D270F is #F2D8F0. Grayscale: #1C1C1C. Windows color (decimal): -15915249 or 993037. OLE color: 993037.

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

Color convert

RGB 13 39 15 -
CMYK 0.67 0 0.62 0.85
HSL 124.62º 0.5% 0.1% -
HSV(B) 124.62º 0.67% 0.15% -
XYZ 0.98 1.57 0.7 -
YUV 28.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 13 39 15 0.67 0 0.62 0.85 124.62 0.5 0.1
Hex D 27 F 43 0 3E 55 7D 32 A
Octal 15 47 17 103 0 76 125 175 62 12
Binary 1101 100111 1111 1000011 0 111110 1010101 1111101 110010 1010

Color Harmonies of #0D270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D270F

Black with #0D270F

Text Example


Text Example

White with #0D270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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