#231303

Color #231303 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #231303

Tints of Cocoa Brown #231303

Color information

#231303 (or 0x231303) is unknown color: approx 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

RGB35193-
CMYK00.460.910.86
HSL30º84.21%7.45%-
HSV(B)30º91.43%13.73%-
XYZ0.940.830.2-
YUV21.96117.3137.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=61.40%
G=33.33%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3519300.460.910.863084.217.45
Hex2313302E5B561e547
Octal43233056133126361247
Binary1000111001111010111010110111010110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>