#38051D

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

Shades of Blackberry #38051D

Tints of Blackberry #38051D

Color information

#38051D (or 0x38051D) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 1D. RGB value is (56,5,29). Sum of RGB (Red+Green+Blue) = 56+5+29=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38051D is #C7FAE2. Grayscale: #161616. Windows color (decimal): -13105891 or 1901880. OLE color: 1901880.

HSL color Cylindrical-coordinate representation of color #38051D: hue angle of 331.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38051D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB56529-
CMYK00.910.480.78
HSL331.76º83.61%11.96%-
HSV(B)331.76º91.07%21.96%-
XYZ1.911.041.26-
YUV22.98131.4151.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=62.22%
G=5.56%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652900.910.480.78331.7683.6111.96
Hex3851D05B304E14c54c
Octal7053501336011651412414
Binary1110001011110101011011110000100111010100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38051D; }

 p { color: rgb(56,5,29); }

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

<style>
 a { background-color: #38051D; }

 a { background-color: rgb(56,5,29); }

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

<style>
 span { border-color: #38051D; }

 span { border-color: rgb(56,5,29); }

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