Html Css Color HEX #48021D Blackberry

📋 copy color: '#48021D'

red 72 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #48021D

Tints of Blackberry #48021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

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

R = 69.9%
G = 1.94%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48021D (or 0x48021D) is known color: Blackberry. HEX triplet: 48, 02 and 1D. RGB value is (72,2,29). Sum of RGB (Red+Green+Blue) = 72+2+29=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48021D is #B7FDE2. Grayscale: #191919. Windows color (decimal): -12058083 or 1901128. OLE color: 1901128.

HSL color Cylindrical-coordinate representation of color #48021D: hue angle of 336.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48021D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 2 29 -
CMYK 0 0.97 0.60 0.72
HSL 336.86º 0.95% 0.15% -
HSV(B) 336.86º 0.97% 0.28% -
XYZ 2.92 1.51 1.3 -
YUV 26.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 72 2 29 0 0.97 0.60 0.72 336.86 0.95 0.15
Hex 48 2 1D 0 61 3C 48 151 5F F
Octal 110 2 35 0 141 74 110 521 137 17
Binary 1001000 10 11101 0 1100001 111100 1001000 101010001 1011111 1111

Color Harmonies of #48021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48021D

Black with #48021D

Text Example


Text Example

White with #48021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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