#38071A

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

Shades of Blackberry #38071A

Tints of Blackberry #38071A

Color information

#38071A (or 0x38071A) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 1A. RGB value is (56,7,26). Sum of RGB (Red+Green+Blue) = 56+7+26=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38071A is #C7F8E5. Grayscale: #171717. Windows color (decimal): -13105382 or 1705784. OLE color: 1705784.

HSL color Cylindrical-coordinate representation of color #38071A: hue angle of 336.73º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38071A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB56726-
CMYK00.880.540.78
HSL336.73º77.78%12.35%-
HSV(B)336.73º87.5%21.96%-
XYZ1.891.071.08-
YUV23.82129.23150.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=62.92%
G=7.87%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672600.880.540.78336.7377.7812.35
Hex3871A058364E1514ec
Octal7073201306611652111614
Binary1110001111101001011000110110100111010101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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