Html Css Color HEX #530A2E Blackberry

📋 copy color: '#530A2E'

red 83 ◦ green 10 ◦ blue 46

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

Shades of Blackberry #530A2E

Tints of Blackberry #530A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 59.71%
G = 7.19%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#530A2E (or 0x530A2E) is known color: Blackberry. HEX triplet: 53, 0A and 2E. RGB value is (83,10,46). Sum of RGB (Red+Green+Blue) = 83+10+46=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #530A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A2E is #ACF5D1. Grayscale: #232323. Windows color (decimal): -11335122 or 3017299. OLE color: 3017299.

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

Color convert

RGB 83 10 46 -
CMYK 0 0.88 0.45 0.67
HSL 330.41º 0.78% 0.18% -
HSV(B) 330.41º 0.88% 0.33% -
XYZ 4.17 2.25 2.8 -
YUV 35.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 83 10 46 0 0.88 0.45 0.67 330.41 0.78 0.18
Hex 53 A 2E 0 58 2D 43 14A 4E 12
Octal 123 12 56 0 130 55 103 512 116 22
Binary 1010011 1010 101110 0 1011000 101101 1000011 101001010 1001110 10010

Color Harmonies of #530A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A2E

Black with #530A2E

Text Example


Text Example

White with #530A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,46); }

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

background-color css

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

 a { background-color: rgb(83,10,46); }

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

border-color css

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

 span { border-color: rgb(83,10,46); }

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