#36002A

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

Shades of Blackberry #36002A

Tints of Blackberry #36002A

Color information

#36002A (or 0x36002A) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 2A. RGB value is (54,0,42). Sum of RGB (Red+Green+Blue) = 54+0+42=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #36002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002A is #C9FFD5. Grayscale: #141414. Windows color (decimal): -13238230 or 2752566. OLE color: 2752566.

HSL color Cylindrical-coordinate representation of color #36002A: hue angle of 313.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36002A is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB54042-
CMYK010.220.79
HSL313.33º100%10.59%-
HSV(B)313.33º100%21.18%-
XYZ1.940.952.27-
YUV20.93139.89151.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=56.25%
G=0%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54042010.220.79313.3310010.59
Hex3602A064164F13964b
Octal6605201442611747114413
Binary11011001010100110010010110100111110011100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36002A; }

 p { color: rgb(54,0,42); }

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

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

 a { background-color: rgb(54,0,42); }

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

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

 span { border-color: rgb(54,0,42); }

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