Html Css Color HEX #231A09 Black Magic

📋 copy color: '#231A09'

red 35 ◦ green 26 ◦ blue 9

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

Shades of Black Magic #231A09

Tints of Black Magic #231A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 37.14%

 BLUE value IS 9 (3.91% from 255) = 12.86%

R = 50%
G = 37.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#231A09 (or 0x231A09) is known color: Black Magic. HEX triplet: 23, 1A and 09. RGB value is (35,26,9). Sum of RGB (Red+Green+Blue) = 35+26+9=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A09 is #DCE5F6. Grayscale: #1A1A1A. Windows color (decimal): -14476791 or 596515. OLE color: 596515.

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

Color convert

RGB 35 26 9 -
CMYK 0 0.26 0.74 0.86
HSL 39.23º 0.59% 0.09% -
HSV(B) 39.23º 0.74% 0.14% -
XYZ 1.11 1.12 0.42 -
YUV 26.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 35 26 9 0 0.26 0.74 0.86 39.23 0.59 0.09
Hex 23 1A 9 0 1A 4A 56 27 3B 9
Octal 43 32 11 0 32 112 126 47 73 11
Binary 100011 11010 1001 0 11010 1001010 1010110 100111 111011 1001

Color Harmonies of #231A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A09

Black with #231A09

Text Example


Text Example

White with #231A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,9); }

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

background-color css

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

 a { background-color: rgb(35,26,9); }

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

border-color css

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

 span { border-color: rgb(35,26,9); }

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