Html Css Color HEX #34250D Black Magic

📋 copy color: '#34250D'

red 52 ◦ green 37 ◦ blue 13

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

Shades of Black Magic #34250D

Tints of Black Magic #34250D

RGB

 RED value IS 52 (20.7% from 255) = 50.98%

 GREEN value IS 37 (14.84% from 255) = 36.27%

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

R = 50.98%
G = 36.27%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34250D (or 0x34250D) is known color: Black Magic. HEX triplet: 34, 25 and 0D. RGB value is (52,37,13). Sum of RGB (Red+Green+Blue) = 52+37+13=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34250D is #CBDAF2. Grayscale: #262626. Windows color (decimal): -13359859 or 861492. OLE color: 861492.

HSL color Cylindrical-coordinate representation of color #34250D: hue angle of 36.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34250D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 37 13 -
CMYK 0 0.29 0.75 0.80
HSL 36.92º 0.6% 0.13% -
HSV(B) 36.92º 0.75% 0.2% -
XYZ 2.15 2.08 0.67 -
YUV 38.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 52 37 13 0 0.29 0.75 0.80 36.92 0.6 0.13
Hex 34 25 D 0 1D 4B 50 25 3C D
Octal 64 45 15 0 35 113 120 45 74 15
Binary 110100 100101 1101 0 11101 1001011 1010000 100101 111100 1101

Color Harmonies of #34250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34250D

Black with #34250D

Text Example


Text Example

White with #34250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34250D; }

 p { color: rgb(52,37,13); }

 H1.HeaderClassName
 {
   color: #34250D;
 }
 .AnyTagClassName
 {
   color: #34250D;
 }
</style>

background-color css

<style>
 a { background-color: #34250D; }

 a { background-color: rgb(52,37,13); }

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

border-color css

<style>
 span { border-color: #34250D; }

 span { border-color: rgb(52,37,13); }

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