Html Css Color HEX #530B35 Blackberry

📋 copy color: '#530B35'

red 83 ◦ green 11 ◦ blue 53

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

Shades of Blackberry #530B35

Tints of Blackberry #530B35

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

 BLUE value IS 53 (21.09% from 255) = 36.05%

R = 56.46%
G = 7.48%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530B35 (or 0x530B35) is known color: Blackberry. HEX triplet: 53, 0B and 35. RGB value is (83,11,53). Sum of RGB (Red+Green+Blue) = 83+11+53=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B35 is #ACF4CA. Grayscale: #252525. Windows color (decimal): -11334859 or 3476307. OLE color: 3476307.

HSL color Cylindrical-coordinate representation of color #530B35: hue angle of 325º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B35 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 11 53 -
CMYK 0 0.87 0.36 0.67
HSL 325º 0.77% 0.18% -
HSV(B) 325º 0.87% 0.33% -
XYZ 4.33 2.34 3.59 -
YUV 37.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 83 11 53 0 0.87 0.36 0.67 325 0.77 0.18
Hex 53 B 35 0 57 24 43 145 4D 12
Octal 123 13 65 0 127 44 103 505 115 22
Binary 1010011 1011 110101 0 1010111 100100 1000011 101000101 1001101 10010

Color Harmonies of #530B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B35

Black with #530B35

Text Example


Text Example

White with #530B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530B35; }

 p { color: rgb(83,11,53); }

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

background-color css

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

 a { background-color: rgb(83,11,53); }

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

border-color css

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

 span { border-color: rgb(83,11,53); }

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