Html Css Color HEX #231302 Cocoa Brown

📋 copy color: '#231302'

red 35 ◦ green 19 ◦ blue 2

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

Shades of Cocoa Brown #231302

Tints of Cocoa Brown #231302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.57%

R = 62.5%
G = 33.93%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#231302 (or 0x231302) is known color: Cocoa Brown. HEX triplet: 23, 13 and 02. RGB value is (35,19,2). Sum of RGB (Red+Green+Blue) = 35+19+2=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #231302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231302 is #DCECFD. Grayscale: #151515. Windows color (decimal): -14478590 or 135971. OLE color: 135971.

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

Color convert

RGB 35 19 2 -
CMYK 0 0.46 0.94 0.86
HSL 30.91º 0.89% 0.07% -
HSV(B) 30.91º 0.94% 0.14% -
XYZ 0.94 0.83 0.17 -
YUV 21.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 35 19 2 0 0.46 0.94 0.86 30.91 0.89 0.07
Hex 23 13 2 0 2E 5E 56 1F 59 7
Octal 43 23 2 0 56 136 126 37 131 7
Binary 100011 10011 10 0 101110 1011110 1010110 11111 1011001 111

Color Harmonies of #231302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231302

Black with #231302

Text Example


Text Example

White with #231302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231302; }

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

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

background-color css

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

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

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

border-color css

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

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

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