Html Css Color HEX #530C2E Blackberry

📋 copy color: '#530C2E'

red 83 ◦ green 12 ◦ blue 46

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

Shades of Blackberry #530C2E

Tints of Blackberry #530C2E

RGB

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

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

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

R = 58.87%
G = 8.51%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#530C2E (or 0x530C2E) is known color: Blackberry. HEX triplet: 53, 0C and 2E. RGB value is (83,12,46). Sum of RGB (Red+Green+Blue) = 83+12+46=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C2E is #ACF3D1. Grayscale: #252525. Windows color (decimal): -11334610 or 3017811. OLE color: 3017811.

HSL color Cylindrical-coordinate representation of color #530C2E: hue angle of 331.27º 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 #530C2E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 46 -
CMYK 0 0.86 0.45 0.67
HSL 331.27º 0.75% 0.19% -
HSV(B) 331.27º 0.86% 0.33% -
XYZ 4.19 2.3 2.81 -
YUV 37.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 83 12 46 0 0.86 0.45 0.67 331.27 0.75 0.19
Hex 53 C 2E 0 56 2D 43 14B 4B 13
Octal 123 14 56 0 126 55 103 513 113 23
Binary 1010011 1100 101110 0 1010110 101101 1000011 101001011 1001011 10011

Color Harmonies of #530C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C2E

Black with #530C2E

Text Example


Text Example

White with #530C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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