Html Css Color HEX #231000 Cocoa Brown

📋 copy color: '#231000'

red 35 ◦ green 16 ◦ blue 0

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

Shades of Cocoa Brown #231000

Tints of Cocoa Brown #231000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.63%
G = 31.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#231000 (or 0x231000) is known color: Cocoa Brown. HEX triplet: 23, 10 and 00. RGB value is (35,16,0). Sum of RGB (Red+Green+Blue) = 35+16+0=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #231000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231000 is #DCEFFF. Grayscale: #131313. Windows color (decimal): -14479360 or 4131. OLE color: 4131.

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

Color convert

RGB 35 16 0 -
CMYK 0 0.54 1 0.86
HSL 27.43º 1% 0.07% -
HSV(B) 27.43º 1% 0.14% -
XYZ 0.88 0.73 0.09 -
YUV 19.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 35 16 0 0 0.54 1 0.86 27.43 1 0.07
Hex 23 10 0 0 36 64 56 1B 64 7
Octal 43 20 0 0 66 144 126 33 144 7
Binary 100011 10000 0 0 110110 1100100 1010110 11011 1100100 111

Color Harmonies of #231000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231000

Black with #231000

Text Example


Text Example

White with #231000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231000; }

 p { color: rgb(35,16,0); }

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

background-color css

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

 a { background-color: rgb(35,16,0); }

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

border-color css

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

 span { border-color: rgb(35,16,0); }

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