#38002F

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

Shades of Blackberry #38002F

Tints of Blackberry #38002F

Color information

#38002F (or 0x38002F) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 2F. RGB value is (56,0,47). Sum of RGB (Red+Green+Blue) = 56+0+47=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002F is #C7FFD0. Grayscale: #151515. Windows color (decimal): -13107153 or 3080248. OLE color: 3080248.

HSL color Cylindrical-coordinate representation of color #38002F: hue angle of 309.64º 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 #38002F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB56047-
CMYK010.160.78
HSL309.64º100%10.98%-
HSV(B)309.64º100%21.96%-
XYZ2.141.052.78-
YUV22.1142.05152.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 45.63%
R=54.37%
G=0%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56047010.160.78309.6410010.98
Hex3802F064104E13664b
Octal7005701442011646614413
Binary11100001011110110010010000100111010011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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