Html Css Color HEX #231D14 Black Magic

📋 copy color: '#231D14'

red 35 ◦ green 29 ◦ blue 20

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

Shades of Black Magic #231D14

Tints of Black Magic #231D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.52%

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 41.67%
G = 34.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231D14 (or 0x231D14) is known color: Black Magic. HEX triplet: 23, 1D and 14. RGB value is (35,29,20). Sum of RGB (Red+Green+Blue) = 35+29+20=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D14 is #DCE2EB. Grayscale: #1D1D1D. Windows color (decimal): -14476012 or 1318179. OLE color: 1318179.

HSL color Cylindrical-coordinate representation of color #231D14: hue angle of 36º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231D14 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 29 20 -
CMYK 0 0.17 0.43 0.86
HSL 36º 0.27% 0.11% -
HSV(B) 36º 0.43% 0.14% -
XYZ 1.26 1.29 0.84 -
YUV 29.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 35 29 20 0 0.17 0.43 0.86 36 0.27 0.11
Hex 23 1D 14 0 11 2B 56 24 1B B
Octal 43 35 24 0 21 53 126 44 33 13
Binary 100011 11101 10100 0 10001 101011 1010110 100100 11011 1011

Color Harmonies of #231D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D14

Black with #231D14

Text Example


Text Example

White with #231D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,29,20); }

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

background-color css

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

 a { background-color: rgb(35,29,20); }

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

border-color css

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

 span { border-color: rgb(35,29,20); }

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