Html Css Color HEX #481429 Blackberry

📋 copy color: '#481429'

red 72 ◦ green 20 ◦ blue 41

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

Shades of Blackberry #481429

Tints of Blackberry #481429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 54.14%
G = 15.04%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481429 (or 0x481429) is known color: Blackberry. HEX triplet: 48, 14 and 29. RGB value is (72,20,41). Sum of RGB (Red+Green+Blue) = 72+20+41=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481429 is #B7EBD6. Grayscale: #252525. Windows color (decimal): -12053463 or 2692168. OLE color: 2692168.

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

Color convert

RGB 72 20 41 -
CMYK 0 0.72 0.43 0.72
HSL 335.77º 0.57% 0.18% -
HSV(B) 335.77º 0.72% 0.28% -
XYZ 3.32 2.04 2.32 -
YUV 37.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 72 20 41 0 0.72 0.43 0.72 335.77 0.57 0.18
Hex 48 14 29 0 48 2B 48 150 39 12
Octal 110 24 51 0 110 53 110 520 71 22
Binary 1001000 10100 101001 0 1001000 101011 1001000 101010000 111001 10010

Color Harmonies of #481429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481429

Black with #481429

Text Example


Text Example

White with #481429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481429; }

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

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

background-color css

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

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

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

border-color css

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

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

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