Html Css Color HEX #53042A Blackberry

📋 copy color: '#53042A'

red 83 ◦ green 4 ◦ blue 42

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

Shades of Blackberry #53042A

Tints of Blackberry #53042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 64.34%
G = 3.1%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53042A (or 0x53042A) is known color: Blackberry. HEX triplet: 53, 04 and 2A. RGB value is (83,4,42). Sum of RGB (Red+Green+Blue) = 83+4+42=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53042A is #ACFBD5. Grayscale: #1F1F1F. Windows color (decimal): -11336662 or 2753619. OLE color: 2753619.

HSL color Cylindrical-coordinate representation of color #53042A: hue angle of 331.14º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53042A is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 42 -
CMYK 0 0.95 0.49 0.67
HSL 331.14º 0.91% 0.17% -
HSV(B) 331.14º 0.95% 0.33% -
XYZ 4.03 2.09 2.38 -
YUV 31.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 83 4 42 0 0.95 0.49 0.67 331.14 0.91 0.17
Hex 53 4 2A 0 5F 31 43 14B 5B 11
Octal 123 4 52 0 137 61 103 513 133 21
Binary 1010011 100 101010 0 1011111 110001 1000011 101001011 1011011 10001

Color Harmonies of #53042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53042A

Black with #53042A

Text Example


Text Example

White with #53042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53042A; }

 p { color: rgb(83,4,42); }

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

background-color css

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

 a { background-color: rgb(83,4,42); }

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

border-color css

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

 span { border-color: rgb(83,4,42); }

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