Html Css Color HEX #530C2B Blackberry

📋 copy color: '#530C2B'

red 83 ◦ green 12 ◦ blue 43

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

Shades of Blackberry #530C2B

Tints of Blackberry #530C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.7%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 60.14%
G = 8.7%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#530C2B (or 0x530C2B) is known color: Blackberry. HEX triplet: 53, 0C and 2B. RGB value is (83,12,43). Sum of RGB (Red+Green+Blue) = 83+12+43=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C2B is #ACF3D4. Grayscale: #242424. Windows color (decimal): -11334613 or 2821203. OLE color: 2821203.

HSL color Cylindrical-coordinate representation of color #530C2B: hue angle of 333.8º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C2B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 43 -
CMYK 0 0.86 0.48 0.67
HSL 333.8º 0.75% 0.19% -
HSV(B) 333.8º 0.86% 0.33% -
XYZ 4.13 2.28 2.51 -
YUV 36.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 83 12 43 0 0.86 0.48 0.67 333.8 0.75 0.19
Hex 53 C 2B 0 56 30 43 14E 4B 13
Octal 123 14 53 0 126 60 103 516 113 23
Binary 1010011 1100 101011 0 1010110 110000 1000011 101001110 1001011 10011

Color Harmonies of #530C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C2B

Black with #530C2B

Text Example


Text Example

White with #530C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,43); }

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

background-color css

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

 a { background-color: rgb(83,12,43); }

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

border-color css

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

 span { border-color: rgb(83,12,43); }

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