Html Css Color HEX #231C11 Black Magic

📋 copy color: '#231C11'

red 35 ◦ green 28 ◦ blue 17

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

Shades of Black Magic #231C11

Tints of Black Magic #231C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 43.75%
G = 35%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231C11 (or 0x231C11) is known color: Black Magic. HEX triplet: 23, 1C and 11. RGB value is (35,28,17). Sum of RGB (Red+Green+Blue) = 35+28+17=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C11 is #DCE3EE. Grayscale: #1C1C1C. Windows color (decimal): -14476271 or 1121315. OLE color: 1121315.

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

Color convert

RGB 35 28 17 -
CMYK 0 0.20 0.51 0.86
HSL 36.67º 0.35% 0.1% -
HSV(B) 36.67º 0.51% 0.14% -
XYZ 1.21 1.23 0.7 -
YUV 28.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 35 28 17 0 0.20 0.51 0.86 36.67 0.35 0.1
Hex 23 1C 11 0 14 33 56 25 23 A
Octal 43 34 21 0 24 63 126 45 43 12
Binary 100011 11100 10001 0 10100 110011 1010110 100101 100011 1010

Color Harmonies of #231C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C11

Black with #231C11

Text Example


Text Example

White with #231C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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