Html Css Color HEX #231B0E Black Magic

📋 copy color: '#231B0E'

red 35 ◦ green 27 ◦ blue 14

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

Shades of Black Magic #231B0E

Tints of Black Magic #231B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.42%

R = 46.05%
G = 35.53%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#231B0E (or 0x231B0E) is known color: Black Magic. HEX triplet: 23, 1B and 0E. RGB value is (35,27,14). Sum of RGB (Red+Green+Blue) = 35+27+14=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B0E is #DCE4F1. Grayscale: #1B1B1B. Windows color (decimal): -14476530 or 924451. OLE color: 924451.

HSL color Cylindrical-coordinate representation of color #231B0E: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231B0E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 27 14 -
CMYK 0 0.23 0.60 0.86
HSL 37.14º 0.43% 0.1% -
HSV(B) 37.14º 0.6% 0.14% -
XYZ 1.16 1.17 0.58 -
YUV 27.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 35 27 14 0 0.23 0.60 0.86 37.14 0.43 0.1
Hex 23 1B E 0 17 3C 56 25 2B A
Octal 43 33 16 0 27 74 126 45 53 12
Binary 100011 11011 1110 0 10111 111100 1010110 100101 101011 1010

Color Harmonies of #231B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B0E

Black with #231B0E

Text Example


Text Example

White with #231B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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