Html Css Color HEX #481229 Blackberry

📋 copy color: '#481229'

red 72 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #481229

Tints of Blackberry #481229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 54.96%
G = 13.74%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481229 (or 0x481229) is known color: Blackberry. HEX triplet: 48, 12 and 29. RGB value is (72,18,41). Sum of RGB (Red+Green+Blue) = 72+18+41=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481229 is #B7EDD6. Grayscale: #242424. Windows color (decimal): -12053975 or 2691656. OLE color: 2691656.

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

Color convert

RGB 72 18 41 -
CMYK 0 0.75 0.43 0.72
HSL 334.44º 0.6% 0.18% -
HSV(B) 334.44º 0.75% 0.28% -
XYZ 3.29 1.97 2.3 -
YUV 36.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 72 18 41 0 0.75 0.43 0.72 334.44 0.6 0.18
Hex 48 12 29 0 4B 2B 48 14E 3C 12
Octal 110 22 51 0 113 53 110 516 74 22
Binary 1001000 10010 101001 0 1001011 101011 1001000 101001110 111100 10010

Color Harmonies of #481229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481229

Black with #481229

Text Example


Text Example

White with #481229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481229; }

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

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

background-color css

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

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

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

border-color css

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

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

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