#38002E

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

Shades of Blackberry #38002E

Tints of Blackberry #38002E

Color information

#38002E (or 0x38002E) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 2E. RGB value is (56,0,46). Sum of RGB (Red+Green+Blue) = 56+0+46=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002E is #C7FFD1. Grayscale: #151515. Windows color (decimal): -13107154 or 3014712. OLE color: 3014712.

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

Color convert

RGB56046-
CMYK010.180.78
HSL310.71º100%10.98%-
HSV(B)310.71º100%21.96%-
XYZ2.121.042.67-
YUV21.99141.55152.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=54.90%
G=0%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56046010.180.78310.7110010.98
Hex3802E064124E13764b
Octal7005601442211646714413
Binary11100001011100110010010010100111010011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38002E; }

 p { color: rgb(56,0,46); }

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

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

 a { background-color: rgb(56,0,46); }

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

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

 span { border-color: rgb(56,0,46); }

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