#351623

Color #351623 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #351623

Tints of Blackberry #351623

Color information

#351623 (or 0x351623) is unknown color: approx Blackberry. HEX triplet: 35, 16 and 23. RGB value is (53,22,35). Sum of RGB (Red+Green+Blue) = 53+22+35=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351623 is #CAE9DC. Grayscale: #202020. Windows color (decimal): -13298141 or 2299445. OLE color: 2299445.

HSL color Cylindrical-coordinate representation of color #351623: hue angle of 334.84º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351623 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB532235-
CMYK00.580.340.79
HSL334.84º41.33%14.71%-
HSV(B)334.84º58.49%20.78%-
XYZ2.061.451.76-
YUV32.75129.27142.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=48.18%
G=20%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53223500.580.340.79334.8441.3314.71
Hex35162303A224F14f29f
Octal652643072421175175117
Binary11010110110100011011101010001010011111010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351623; }

 p { color: rgb(53,22,35); }

 H1.HeaderClassName
 {
   color: #351623;
 }
 .AnyTagClassName
 {
   color: #351623;
 }
</style>
background-color css

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

 a { background-color: rgb(53,22,35); }

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

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

 span { border-color: rgb(53,22,35); }

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