Html Css Color HEX #48001F Blackberry

📋 copy color: '#48001F'

red 72 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #48001F

Tints of Blackberry #48001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.9%
G = 0%
B = 30.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48001F (or 0x48001F) is known color: Blackberry. HEX triplet: 48, 00 and 1F. RGB value is (72,0,31). Sum of RGB (Red+Green+Blue) = 72+0+31=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001F is #B7FFE0. Grayscale: #191919. Windows color (decimal): -12058593 or 2031688. OLE color: 2031688.

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

Color convert

RGB 72 0 31 -
CMYK 0 1 0.57 0.72
HSL 334.17º 1% 0.14% -
HSV(B) 334.17º 1% 0.28% -
XYZ 2.92 1.48 1.43 -
YUV 25.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 72 0 31 0 1 0.57 0.72 334.17 1 0.14
Hex 48 0 1F 0 64 39 48 14E 64 E
Octal 110 0 37 0 144 71 110 516 144 16
Binary 1001000 0 11111 0 1100100 111001 1001000 101001110 1100100 1110

Color Harmonies of #48001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48001F

Black with #48001F

Text Example


Text Example

White with #48001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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