Html Css Color HEX #530826 Blackberry

📋 copy color: '#530826'

red 83 ◦ green 8 ◦ blue 38

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

Shades of Blackberry #530826

Tints of Blackberry #530826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 64.34%
G = 6.2%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#530826 (or 0x530826) is known color: Blackberry. HEX triplet: 53, 08 and 26. RGB value is (83,8,38). Sum of RGB (Red+Green+Blue) = 83+8+38=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530826 is #ACF7D9. Grayscale: #212121. Windows color (decimal): -11335642 or 2492499. OLE color: 2492499.

HSL color Cylindrical-coordinate representation of color #530826: hue angle of 336º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530826 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 38 -
CMYK 0 0.90 0.54 0.67
HSL 336º 0.82% 0.18% -
HSV(B) 336º 0.9% 0.33% -
XYZ 4 2.15 2.04 -
YUV 33.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 83 8 38 0 0.90 0.54 0.67 336 0.82 0.18
Hex 53 8 26 0 5A 36 43 150 52 12
Octal 123 10 46 0 132 66 103 520 122 22
Binary 1010011 1000 100110 0 1011010 110110 1000011 101010000 1010010 10010

Color Harmonies of #530826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530826

Black with #530826

Text Example


Text Example

White with #530826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530826; }

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

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

background-color css

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

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

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

border-color css

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

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

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