Html Css Color HEX #231C10 Black Magic

📋 copy color: '#231C10'

red 35 ◦ green 28 ◦ blue 16

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

Shades of Black Magic #231C10

Tints of Black Magic #231C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 16 (6.64% from 255) = 20.25%

R = 44.3%
G = 35.44%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#231C10 (or 0x231C10) is known color: Black Magic. HEX triplet: 23, 1C and 10. RGB value is (35,28,16). Sum of RGB (Red+Green+Blue) = 35+28+16=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C10 is #DCE3EF. Grayscale: #1C1C1C. Windows color (decimal): -14476272 or 1055779. OLE color: 1055779.

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

Color convert

RGB 35 28 16 -
CMYK 0 0.20 0.54 0.86
HSL 37.89º 0.37% 0.1% -
HSV(B) 37.89º 0.54% 0.14% -
XYZ 1.2 1.23 0.66 -
YUV 28.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 35 28 16 0 0.20 0.54 0.86 37.89 0.37 0.1
Hex 23 1C 10 0 14 36 56 26 25 A
Octal 43 34 20 0 24 66 126 46 45 12
Binary 100011 11100 10000 0 10100 110110 1010110 100110 100101 1010

Color Harmonies of #231C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C10

Black with #231C10

Text Example


Text Example

White with #231C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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