#350C1C

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

Shades of Blackberry #350C1C

Tints of Blackberry #350C1C

Color information

#350C1C (or 0x350C1C) is unknown color: approx Blackberry. HEX triplet: 35, 0C and 1C. RGB value is (53,12,28). Sum of RGB (Red+Green+Blue) = 53+12+28=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1C is #CAF3E3. Grayscale: #1A1A1A. Windows color (decimal): -13300708 or 1838133. OLE color: 1838133.

HSL color Cylindrical-coordinate representation of color #350C1C: hue angle of 336.59º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C1C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB531228-
CMYK00.770.470.79
HSL336.59º63.08%12.75%-
HSV(B)336.59º77.36%20.78%-
XYZ1.811.11.22-
YUV26.08129.08147.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=56.99%
G=12.90%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53122800.770.470.79336.5963.0812.75
Hex35C1C04D2F4F1513fd
Octal6514340115571175217715
Binary1101011100111000100110110111110011111010100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350C1C; }

 p { color: rgb(53,12,28); }

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

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

 a { background-color: rgb(53,12,28); }

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

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

 span { border-color: rgb(53,12,28); }

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