Html Css Color HEX #53042B Blackberry

📋 copy color: '#53042B'

red 83 ◦ green 4 ◦ blue 43

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

Shades of Blackberry #53042B

Tints of Blackberry #53042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 63.85%
G = 3.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53042B (or 0x53042B) is known color: Blackberry. HEX triplet: 53, 04 and 2B. RGB value is (83,4,43). Sum of RGB (Red+Green+Blue) = 83+4+43=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53042B is #ACFBD4. Grayscale: #1F1F1F. Windows color (decimal): -11336661 or 2819155. OLE color: 2819155.

HSL color Cylindrical-coordinate representation of color #53042B: hue angle of 330.38º 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 #53042B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 43 -
CMYK 0 0.95 0.48 0.67
HSL 330.38º 0.91% 0.17% -
HSV(B) 330.38º 0.95% 0.33% -
XYZ 4.05 2.1 2.48 -
YUV 32.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 83 4 43 0 0.95 0.48 0.67 330.38 0.91 0.17
Hex 53 4 2B 0 5F 30 43 14A 5B 11
Octal 123 4 53 0 137 60 103 512 133 21
Binary 1010011 100 101011 0 1011111 110000 1000011 101001010 1011011 10001

Color Harmonies of #53042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53042B

Black with #53042B

Text Example


Text Example

White with #53042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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