Html Css Color HEX #48051F Blackberry

📋 copy color: '#48051F'

red 72 ◦ green 5 ◦ blue 31

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

Shades of Blackberry #48051F

Tints of Blackberry #48051F

RGB

 RED value IS 72 (28.52% from 255) = 66.67%

 GREEN value IS 5 (2.34% from 255) = 4.63%

 BLUE value IS 31 (12.5% from 255) = 28.7%

R = 66.67%
G = 4.63%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48051F (or 0x48051F) is known color: Blackberry. HEX triplet: 48, 05 and 1F. RGB value is (72,5,31). Sum of RGB (Red+Green+Blue) = 72+5+31=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48051F is #B7FAE0. Grayscale: #1B1B1B. Windows color (decimal): -12057313 or 2032968. OLE color: 2032968.

HSL color Cylindrical-coordinate representation of color #48051F: hue angle of 336.72º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48051F is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 31 -
CMYK 0 0.93 0.57 0.72
HSL 336.72º 0.87% 0.15% -
HSV(B) 336.72º 0.93% 0.28% -
XYZ 2.97 1.59 1.45 -
YUV 28 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 72 5 31 0 0.93 0.57 0.72 336.72 0.87 0.15
Hex 48 5 1F 0 5D 39 48 151 57 F
Octal 110 5 37 0 135 71 110 521 127 17
Binary 1001000 101 11111 0 1011101 111001 1001000 101010001 1010111 1111

Color Harmonies of #48051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48051F

Black with #48051F

Text Example


Text Example

White with #48051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48051F; }

 p { color: rgb(72,5,31); }

 H1.HeaderClassName
 {
   color: #48051F;
 }
 .AnyTagClassName
 {
   color: #48051F;
 }
</style>

background-color css

<style>
 a { background-color: #48051F; }

 a { background-color: rgb(72,5,31); }

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

border-color css

<style>
 span { border-color: #48051F; }

 span { border-color: rgb(72,5,31); }

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