Html Css Color HEX #231301 Cocoa Brown

📋 copy color: '#231301'

red 35 ◦ green 19 ◦ blue 1

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

Shades of Cocoa Brown #231301

Tints of Cocoa Brown #231301

RGB

 RED value IS 35 (14.06% from 255) = 63.64%

 GREEN value IS 19 (7.81% from 255) = 34.55%

 BLUE value IS 1 (0.78% from 255) = 1.82%

R = 63.64%
G = 34.55%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#231301 (or 0x231301) is known color: Cocoa Brown. HEX triplet: 23, 13 and 01. RGB value is (35,19,1). Sum of RGB (Red+Green+Blue) = 35+19+1=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #231301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231301 is #DCECFE. Grayscale: #151515. Windows color (decimal): -14478591 or 70435. OLE color: 70435.

HSL color Cylindrical-coordinate representation of color #231301: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #231301 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 19 1 -
CMYK 0 0.46 0.97 0.86
HSL 31.76º 0.94% 0.07% -
HSV(B) 31.76º 0.97% 0.14% -
XYZ 0.93 0.83 0.14 -
YUV 21.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 35 19 1 0 0.46 0.97 0.86 31.76 0.94 0.07
Hex 23 13 1 0 2E 61 56 20 5E 7
Octal 43 23 1 0 56 141 126 40 136 7
Binary 100011 10011 1 0 101110 1100001 1010110 100000 1011110 111

Color Harmonies of #231301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231301

Black with #231301

Text Example


Text Example

White with #231301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231301; }

 p { color: rgb(35,19,1); }

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

background-color css

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

 a { background-color: rgb(35,19,1); }

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

border-color css

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

 span { border-color: rgb(35,19,1); }

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