#38051A

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

Shades of Blackberry #38051A

Tints of Blackberry #38051A

Color information

#38051A (or 0x38051A) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 1A. RGB value is (56,5,26). Sum of RGB (Red+Green+Blue) = 56+5+26=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38051A is #C7FAE5. Grayscale: #161616. Windows color (decimal): -13105894 or 1705272. OLE color: 1705272.

HSL color Cylindrical-coordinate representation of color #38051A: hue angle of 335.29º 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 #38051A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB56526-
CMYK00.910.540.78
HSL335.29º83.61%11.96%-
HSV(B)335.29º91.07%21.96%-
XYZ1.871.021.08-
YUV22.64129.9151.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=64.37%
G=5.75%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652600.910.540.78335.2983.6111.96
Hex3851A05B364E14f54c
Octal7053201336611651712414
Binary1110001011101001011011110110100111010100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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