Html Css Color HEX #481428 Blackberry

📋 copy color: '#481428'

red 72 ◦ green 20 ◦ blue 40

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

Shades of Blackberry #481428

Tints of Blackberry #481428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 54.55%
G = 15.15%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481428 (or 0x481428) is known color: Blackberry. HEX triplet: 48, 14 and 28. RGB value is (72,20,40). Sum of RGB (Red+Green+Blue) = 72+20+40=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481428 is #B7EBD7. Grayscale: #252525. Windows color (decimal): -12053464 or 2626632. OLE color: 2626632.

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

Color convert

RGB 72 20 40 -
CMYK 0 0.72 0.44 0.72
HSL 336.92º 0.57% 0.18% -
HSV(B) 336.92º 0.72% 0.28% -
XYZ 3.31 2.03 2.23 -
YUV 37.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 72 20 40 0 0.72 0.44 0.72 336.92 0.57 0.18
Hex 48 14 28 0 48 2C 48 151 39 12
Octal 110 24 50 0 110 54 110 521 71 22
Binary 1001000 10100 101000 0 1001000 101100 1001000 101010001 111001 10010

Color Harmonies of #481428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481428

Black with #481428

Text Example


Text Example

White with #481428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481428; }

 p { color: rgb(72,20,40); }

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

background-color css

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

 a { background-color: rgb(72,20,40); }

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

border-color css

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

 span { border-color: rgb(72,20,40); }

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