Html Css Color HEX #481434 Blackberry

📋 copy color: '#481434'

red 72 ◦ green 20 ◦ blue 52

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

Shades of Blackberry #481434

Tints of Blackberry #481434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 50%
G = 13.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481434 (or 0x481434) is known color: Blackberry. HEX triplet: 48, 14 and 34. RGB value is (72,20,52). Sum of RGB (Red+Green+Blue) = 72+20+52=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481434 is #B7EBCB. Grayscale: #272727. Windows color (decimal): -12053452 or 3413064. OLE color: 3413064.

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

Color convert

RGB 72 20 52 -
CMYK 0 0.72 0.28 0.72
HSL 323.08º 0.57% 0.18% -
HSV(B) 323.08º 0.72% 0.28% -
XYZ 3.54 2.13 3.47 -
YUV 39.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 72 20 52 0 0.72 0.28 0.72 323.08 0.57 0.18
Hex 48 14 34 0 48 1C 48 143 39 12
Octal 110 24 64 0 110 34 110 503 71 22
Binary 1001000 10100 110100 0 1001000 11100 1001000 101000011 111001 10010

Color Harmonies of #481434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481434

Black with #481434

Text Example


Text Example

White with #481434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481434; }

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

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

background-color css

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

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

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

border-color css

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

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

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