Html Css Color HEX #521430 Blackberry

📋 copy color: '#521430'

red 82 ◦ green 20 ◦ blue 48

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

Shades of Blackberry #521430

Tints of Blackberry #521430

RGB

 RED value IS 82 (32.42% from 255) = 54.67%

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

 BLUE value IS 48 (19.14% from 255) = 32%

R = 54.67%
G = 13.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#521430 (or 0x521430) is known color: Blackberry. HEX triplet: 52, 14 and 30. RGB value is (82,20,48). Sum of RGB (Red+Green+Blue) = 82+20+48=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521430 is #ADEBCF. Grayscale: #292929. Windows color (decimal): -11398096 or 3150930. OLE color: 3150930.

HSL color Cylindrical-coordinate representation of color #521430: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521430 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 48 -
CMYK 0 0.76 0.41 0.68
HSL 332.9º 0.61% 0.2% -
HSV(B) 332.9º 0.76% 0.32% -
XYZ 4.26 2.51 3.06 -
YUV 41.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 82 20 48 0 0.76 0.41 0.68 332.9 0.61 0.2
Hex 52 14 30 0 4C 29 44 14D 3D 14
Octal 122 24 60 0 114 51 104 515 75 24
Binary 1010010 10100 110000 0 1001100 101001 1000100 101001101 111101 10100

Color Harmonies of #521430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521430

Black with #521430

Text Example


Text Example

White with #521430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521430; }

 p { color: rgb(82,20,48); }

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

background-color css

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

 a { background-color: rgb(82,20,48); }

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

border-color css

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

 span { border-color: rgb(82,20,48); }

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