Html Css Color HEX #530026 Blackberry

📋 copy color: '#530026'

red 83 ◦ green 0 ◦ blue 38

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

Shades of Blackberry #530026

Tints of Blackberry #530026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 68.6%
G = 0%
B = 31.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#530026 (or 0x530026) is known color: Blackberry. HEX triplet: 53, 00 and 26. RGB value is (83,0,38). Sum of RGB (Red+Green+Blue) = 83+0+38=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530026 is #ACFFD9. Grayscale: #1D1D1D. Windows color (decimal): -11337690 or 2490451. OLE color: 2490451.

HSL color Cylindrical-coordinate representation of color #530026: hue angle of 332.53º 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 #530026 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 38 -
CMYK 0 1 0.54 0.67
HSL 332.53º 1% 0.16% -
HSV(B) 332.53º 1% 0.33% -
XYZ 3.92 1.98 2.01 -
YUV 29.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 83 0 38 0 1 0.54 0.67 332.53 1 0.16
Hex 53 0 26 0 64 36 43 14D 64 10
Octal 123 0 46 0 144 66 103 515 144 20
Binary 1010011 0 100110 0 1100100 110110 1000011 101001101 1100100 10000

Color Harmonies of #530026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530026

Black with #530026

Text Example


Text Example

White with #530026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530026; }

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

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

background-color css

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

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

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

border-color css

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

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

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