Html Css Color HEX #48001D Blackberry

📋 copy color: '#48001D'

red 72 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #48001D

Tints of Blackberry #48001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.71%

R = 71.29%
G = 0%
B = 28.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48001D (or 0x48001D) is known color: Blackberry. HEX triplet: 48, 00 and 1D. RGB value is (72,0,29). Sum of RGB (Red+Green+Blue) = 72+0+29=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001D is #B7FFE2. Grayscale: #181818. Windows color (decimal): -12058595 or 1900616. OLE color: 1900616.

HSL color Cylindrical-coordinate representation of color #48001D: hue angle of 335.83º 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 #48001D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 29 -
CMYK 0 1 0.60 0.72
HSL 335.83º 1% 0.14% -
HSV(B) 335.83º 1% 0.28% -
XYZ 2.89 1.47 1.29 -
YUV 24.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 72 0 29 0 1 0.60 0.72 335.83 1 0.14
Hex 48 0 1D 0 64 3C 48 150 64 E
Octal 110 0 35 0 144 74 110 520 144 16
Binary 1001000 0 11101 0 1100100 111100 1001000 101010000 1100100 1110

Color Harmonies of #48001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48001D

Black with #48001D

Text Example


Text Example

White with #48001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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