Html Css Color HEX #301E0F Cocoa Brown

📋 copy color: '#301E0F'

red 48 ◦ green 30 ◦ blue 15

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

Shades of Cocoa Brown #301E0F

Tints of Cocoa Brown #301E0F

RGB

 RED value IS 48 (19.14% from 255) = 51.61%

 GREEN value IS 30 (12.11% from 255) = 32.26%

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

R = 51.61%
G = 32.26%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#301E0F (or 0x301E0F) is known color: Cocoa Brown. HEX triplet: 30, 1E and 0F. RGB value is (48,30,15). Sum of RGB (Red+Green+Blue) = 48+30+15=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0F is #CFE1F0. Grayscale: #212121. Windows color (decimal): -13623793 or 990768. OLE color: 990768.

HSL color Cylindrical-coordinate representation of color #301E0F: hue angle of 27.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301E0F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 15 -
CMYK 0 0.37 0.69 0.81
HSL 27.27º 0.52% 0.12% -
HSV(B) 27.27º 0.69% 0.19% -
XYZ 1.77 1.59 0.67 -
YUV 33.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 48 30 15 0 0.37 0.69 0.81 27.27 0.52 0.12
Hex 30 1E F 0 25 45 51 1B 34 C
Octal 60 36 17 0 45 105 121 33 64 14
Binary 110000 11110 1111 0 100101 1000101 1010001 11011 110100 1100

Color Harmonies of #301E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E0F

Black with #301E0F

Text Example


Text Example

White with #301E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301E0F; }

 p { color: rgb(48,30,15); }

 H1.HeaderClassName
 {
   color: #301E0F;
 }
 .AnyTagClassName
 {
   color: #301E0F;
 }
</style>

background-color css

<style>
 a { background-color: #301E0F; }

 a { background-color: rgb(48,30,15); }

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

border-color css

<style>
 span { border-color: #301E0F; }

 span { border-color: rgb(48,30,15); }

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