Html Css Color HEX #481529 Blackberry

📋 copy color: '#481529'

red 72 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #481529

Tints of Blackberry #481529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

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

R = 53.73%
G = 15.67%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#481529 (or 0x481529) is known color: Blackberry. HEX triplet: 48, 15 and 29. RGB value is (72,21,41). Sum of RGB (Red+Green+Blue) = 72+21+41=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481529 is #B7EAD6. Grayscale: #262626. Windows color (decimal): -12053207 or 2692424. OLE color: 2692424.

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

Color convert

RGB 72 21 41 -
CMYK 0 0.71 0.43 0.72
HSL 336.47º 0.55% 0.18% -
HSV(B) 336.47º 0.71% 0.28% -
XYZ 3.34 2.07 2.32 -
YUV 38.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 72 21 41 0 0.71 0.43 0.72 336.47 0.55 0.18
Hex 48 15 29 0 47 2B 48 150 37 12
Octal 110 25 51 0 107 53 110 520 67 22
Binary 1001000 10101 101001 0 1000111 101011 1001000 101010000 110111 10010

Color Harmonies of #481529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481529

Black with #481529

Text Example


Text Example

White with #481529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481529; }

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

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

background-color css

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

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

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

border-color css

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

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

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