Html Css Color HEX #251B07 Black Magic

📋 copy color: '#251B07'

red 37 ◦ green 27 ◦ blue 7

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

Shades of Black Magic #251B07

Tints of Black Magic #251B07

RGB

 RED value IS 37 (14.84% from 255) = 52.11%

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

 BLUE value IS 7 (3.13% from 255) = 9.86%

R = 52.11%
G = 38.03%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#251B07 (or 0x251B07) is known color: Black Magic. HEX triplet: 25, 1B and 07. RGB value is (37,27,7). Sum of RGB (Red+Green+Blue) = 37+27+7=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 7 (3.12% from 255 or 9.86% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #251B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B07 is #DAE4F8. Grayscale: #1B1B1B. Windows color (decimal): -14345465 or 465701. OLE color: 465701.

HSL color Cylindrical-coordinate representation of color #251B07: hue angle of 40º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251B07 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 27 7 -
CMYK 0 0.27 0.81 0.85
HSL 40º 0.68% 0.09% -
HSV(B) 40º 0.81% 0.15% -
XYZ 1.19 1.19 0.37 -
YUV 27.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 37 27 7 0 0.27 0.81 0.85 40 0.68 0.09
Hex 25 1B 7 0 1B 51 55 28 44 9
Octal 45 33 7 0 33 121 125 50 104 11
Binary 100101 11011 111 0 11011 1010001 1010101 101000 1000100 1001

Color Harmonies of #251B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B07

Black with #251B07

Text Example


Text Example

White with #251B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251B07; }

 p { color: rgb(37,27,7); }

 H1.HeaderClassName
 {
   color: #251B07;
 }
 .AnyTagClassName
 {
   color: #251B07;
 }
</style>

background-color css

<style>
 a { background-color: #251B07; }

 a { background-color: rgb(37,27,7); }

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

border-color css

<style>
 span { border-color: #251B07; }

 span { border-color: rgb(37,27,7); }

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