#38022F

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

Shades of Blackberry #38022F

Tints of Blackberry #38022F

Color information

#38022F (or 0x38022F) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 2F. RGB value is (56,2,47). Sum of RGB (Red+Green+Blue) = 56+2+47=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38022F is #C7FDD0. Grayscale: #171717. Windows color (decimal): -13106641 or 3080760. OLE color: 3080760.

HSL color Cylindrical-coordinate representation of color #38022F: hue angle of 310º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38022F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB56247-
CMYK00.960.160.78
HSL310º93.1%11.37%-
HSV(B)310º96.43%21.96%-
XYZ2.171.092.79-
YUV23.28141.39151.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=53.33%
G=1.90%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5624700.960.160.7831093.111.37
Hex3822F060104E1365db
Octal7025701402011646613513
Binary111000101011110110000010000100111010011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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