Html Css Color HEX #251B0A Black Magic

📋 copy color: '#251B0A'

red 37 ◦ green 27 ◦ blue 10

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

Shades of Black Magic #251B0A

Tints of Black Magic #251B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.51%

R = 50%
G = 36.49%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#251B0A (or 0x251B0A) is known color: Black Magic. HEX triplet: 25, 1B and 0A. RGB value is (37,27,10). Sum of RGB (Red+Green+Blue) = 37+27+10=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B0A is #DAE4F5. Grayscale: #1C1C1C. Windows color (decimal): -14345462 or 662309. OLE color: 662309.

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

Color convert

RGB 37 27 10 -
CMYK 0 0.27 0.73 0.85
HSL 37.78º 0.57% 0.09% -
HSV(B) 37.78º 0.73% 0.15% -
XYZ 1.21 1.2 0.45 -
YUV 28.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 37 27 10 0 0.27 0.73 0.85 37.78 0.57 0.09
Hex 25 1B A 0 1B 49 55 26 39 9
Octal 45 33 12 0 33 111 125 46 71 11
Binary 100101 11011 1010 0 11011 1001001 1010101 100110 111001 1001

Color Harmonies of #251B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B0A

Black with #251B0A

Text Example


Text Example

White with #251B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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