Html Css Color HEX #30261B Cocoa Brown

📋 copy color: '#30261B'

red 48 ◦ green 38 ◦ blue 27

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

Shades of Cocoa Brown #30261B

Tints of Cocoa Brown #30261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 42.48%
G = 33.63%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30261B (or 0x30261B) is known color: Cocoa Brown. HEX triplet: 30, 26 and 1B. RGB value is (48,38,27). Sum of RGB (Red+Green+Blue) = 48+38+27=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #30261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30261B is #CFD9E4. Grayscale: #272727. Windows color (decimal): -13621733 or 1779248. OLE color: 1779248.

HSL color Cylindrical-coordinate representation of color #30261B: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30261B is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 38 27 -
CMYK 0 0.21 0.44 0.81
HSL 31.43º 0.28% 0.15% -
HSV(B) 31.43º 0.44% 0.19% -
XYZ 2.11 2.09 1.33 -
YUV 39.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 48 38 27 0 0.21 0.44 0.81 31.43 0.28 0.15
Hex 30 26 1B 0 15 2C 51 1F 1C F
Octal 60 46 33 0 25 54 121 37 34 17
Binary 110000 100110 11011 0 10101 101100 1010001 11111 11100 1111

Color Harmonies of #30261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30261B

Black with #30261B

Text Example


Text Example

White with #30261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30261B; }

 p { color: rgb(48,38,27); }

 H1.HeaderClassName
 {
   color: #30261B;
 }
 .AnyTagClassName
 {
   color: #30261B;
 }
</style>

background-color css

<style>
 a { background-color: #30261B; }

 a { background-color: rgb(48,38,27); }

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

border-color css

<style>
 span { border-color: #30261B; }

 span { border-color: rgb(48,38,27); }

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