Html Css Color HEX #231303 Cocoa Brown

📋 copy color: '#231303'

red 35 ◦ green 19 ◦ blue 3

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

Shades of Cocoa Brown #231303

Tints of Cocoa Brown #231303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.26%

R = 61.4%
G = 33.33%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.86

RGB Variations

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

Color information

#231303 (or 0x231303) is known color: Cocoa Brown. HEX triplet: 23, 13 and 03. RGB value is (35,19,3). Sum of RGB (Red+Green+Blue) = 35+19+3=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #231303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231303 is #DCECFC. Grayscale: #161616. Windows color (decimal): -14478589 or 201507. OLE color: 201507.

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

Color convert

RGB 35 19 3 -
CMYK 0 0.46 0.91 0.86
HSL 30º 0.84% 0.07% -
HSV(B) 30º 0.91% 0.14% -
XYZ 0.94 0.83 0.2 -
YUV 21.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 35 19 3 0 0.46 0.91 0.86 30 0.84 0.07
Hex 23 13 3 0 2E 5B 56 1E 54 7
Octal 43 23 3 0 56 133 126 36 124 7
Binary 100011 10011 11 0 101110 1011011 1010110 11110 1010100 111

Color Harmonies of #231303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231303

Black with #231303

Text Example


Text Example

White with #231303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231303; }

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

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

background-color css

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

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

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

border-color css

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

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

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