Html Css Color HEX #53082F Blackberry

📋 copy color: '#53082F'

red 83 ◦ green 8 ◦ blue 47

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

Shades of Blackberry #53082F

Tints of Blackberry #53082F

RGB

 RED value IS 83 (32.81% from 255) = 60.14%

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 47 (18.75% from 255) = 34.06%

R = 60.14%
G = 5.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53082F (or 0x53082F) is known color: Blackberry. HEX triplet: 53, 08 and 2F. RGB value is (83,8,47). Sum of RGB (Red+Green+Blue) = 83+8+47=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082F is #ACF7D0. Grayscale: #222222. Windows color (decimal): -11335633 or 3082323. OLE color: 3082323.

HSL color Cylindrical-coordinate representation of color #53082F: hue angle of 328.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53082F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 47 -
CMYK 0 0.90 0.43 0.67
HSL 328.8º 0.82% 0.18% -
HSV(B) 328.8º 0.9% 0.33% -
XYZ 4.17 2.22 2.9 -
YUV 34.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 83 8 47 0 0.90 0.43 0.67 328.8 0.82 0.18
Hex 53 8 2F 0 5A 2B 43 149 52 12
Octal 123 10 57 0 132 53 103 511 122 22
Binary 1010011 1000 101111 0 1011010 101011 1000011 101001001 1010010 10010

Color Harmonies of #53082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53082F

Black with #53082F

Text Example


Text Example

White with #53082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53082F; }

 p { color: rgb(83,8,47); }

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

background-color css

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

 a { background-color: rgb(83,8,47); }

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

border-color css

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

 span { border-color: rgb(83,8,47); }

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