Html Css Color HEX #530025 Blackberry

📋 copy color: '#530025'

red 83 ◦ green 0 ◦ blue 37

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

Shades of Blackberry #530025

Tints of Blackberry #530025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 69.17%
G = 0%
B = 30.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#530025 (or 0x530025) is known color: Blackberry. HEX triplet: 53, 00 and 25. RGB value is (83,0,37). Sum of RGB (Red+Green+Blue) = 83+0+37=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530025 is #ACFFDA. Grayscale: #1C1C1C. Windows color (decimal): -11337691 or 2424915. OLE color: 2424915.

HSL color Cylindrical-coordinate representation of color #530025: hue angle of 333.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530025 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 37 -
CMYK 0 1 0.55 0.67
HSL 333.25º 1% 0.16% -
HSV(B) 333.25º 1% 0.33% -
XYZ 3.9 1.97 1.93 -
YUV 29.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 83 0 37 0 1 0.55 0.67 333.25 1 0.16
Hex 53 0 25 0 64 37 43 14D 64 10
Octal 123 0 45 0 144 67 103 515 144 20
Binary 1010011 0 100101 0 1100100 110111 1000011 101001101 1100100 10000

Color Harmonies of #530025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530025

Black with #530025

Text Example


Text Example

White with #530025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530025; }

 p { color: rgb(83,0,37); }

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

background-color css

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

 a { background-color: rgb(83,0,37); }

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

border-color css

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

 span { border-color: rgb(83,0,37); }

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