Html Css Color HEX #231B0D Black Magic

📋 copy color: '#231B0D'

red 35 ◦ green 27 ◦ blue 13

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

Shades of Black Magic #231B0D

Tints of Black Magic #231B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36%

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 46.67%
G = 36%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#231B0D (or 0x231B0D) is known color: Black Magic. HEX triplet: 23, 1B and 0D. RGB value is (35,27,13). Sum of RGB (Red+Green+Blue) = 35+27+13=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0D is #DCE4F2. Grayscale: #1B1B1B. Windows color (decimal): -14476531 or 858915. OLE color: 858915.

HSL color Cylindrical-coordinate representation of color #231B0D: hue angle of 38.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231B0D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 27 13 -
CMYK 0 0.23 0.63 0.86
HSL 38.18º 0.46% 0.09% -
HSV(B) 38.18º 0.63% 0.14% -
XYZ 1.16 1.17 0.55 -
YUV 27.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 35 27 13 0 0.23 0.63 0.86 38.18 0.46 0.09
Hex 23 1B D 0 17 3F 56 26 2E 9
Octal 43 33 15 0 27 77 126 46 56 11
Binary 100011 11011 1101 0 10111 111111 1010110 100110 101110 1001

Color Harmonies of #231B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B0D

Black with #231B0D

Text Example


Text Example

White with #231B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,13); }

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

background-color css

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

 a { background-color: rgb(35,27,13); }

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

border-color css

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

 span { border-color: rgb(35,27,13); }

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