#2E0323

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

Shades of Blackberry #2E0323

Tints of Blackberry #2E0323

Color information

#2E0323 (or 0x2E0323) is unknown color: approx Blackberry. HEX triplet: 2E, 03 and 23. RGB value is (46,3,35). Sum of RGB (Red+Green+Blue) = 46+3+35=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0323 is #D1FCDC. Grayscale: #131313. Windows color (decimal): -13761757 or 2294574. OLE color: 2294574.

HSL color Cylindrical-coordinate representation of color #2E0323: hue angle of 315.35º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0323 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB46335-
CMYK00.930.240.82
HSL315.35º87.76%9.61%-
HSV(B)315.35º93.48%18.04%-
XYZ1.460.771.66-
YUV19.5136.75146.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.76%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=54.76%
G=3.57%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4633500.930.240.82315.3587.769.61
Hex2E32305D185213b58a
Octal5634301353012247313012
Binary101110111000110101110111000101001010011101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E0323; }

 p { color: rgb(46,3,35); }

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

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

 a { background-color: rgb(46,3,35); }

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

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

 span { border-color: rgb(46,3,35); }

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