Html Css Color HEX #481129 Blackberry

📋 copy color: '#481129'

red 72 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #481129

Tints of Blackberry #481129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

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

R = 55.38%
G = 13.08%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481129 (or 0x481129) is known color: Blackberry. HEX triplet: 48, 11 and 29. RGB value is (72,17,41). Sum of RGB (Red+Green+Blue) = 72+17+41=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481129 is #B7EED6. Grayscale: #242424. Windows color (decimal): -12054231 or 2691400. OLE color: 2691400.

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

Color convert

RGB 72 17 41 -
CMYK 0 0.76 0.43 0.72
HSL 333.82º 0.62% 0.17% -
HSV(B) 333.82º 0.76% 0.28% -
XYZ 3.27 1.94 2.3 -
YUV 36.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 72 17 41 0 0.76 0.43 0.72 333.82 0.62 0.17
Hex 48 11 29 0 4C 2B 48 14E 3E 11
Octal 110 21 51 0 114 53 110 516 76 21
Binary 1001000 10001 101001 0 1001100 101011 1001000 101001110 111110 10001

Color Harmonies of #481129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481129

Black with #481129

Text Example


Text Example

White with #481129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481129; }

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

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

background-color css

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

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

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

border-color css

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

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

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