#38081C

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

Shades of Blackberry #38081C

Tints of Blackberry #38081C

Color information

#38081C (or 0x38081C) is unknown color: approx Blackberry. HEX triplet: 38, 08 and 1C. RGB value is (56,8,28). Sum of RGB (Red+Green+Blue) = 56+8+28=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38081C is #C7F7E3. Grayscale: #181818. Windows color (decimal): -13105124 or 1837112. OLE color: 1837112.

HSL color Cylindrical-coordinate representation of color #38081C: hue angle of 335º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38081C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB56828-
CMYK00.860.500.78
HSL335º75%12.55%-
HSV(B)335º85.71%21.96%-
XYZ1.931.11.21-
YUV24.63129.9150.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=60.87%
G=8.70%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5682800.860.500.783357512.55
Hex3881C056324E14f4bd
Octal70103401266211651711315
Binary11100010001110001010110110010100111010100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38081C; }

 p { color: rgb(56,8,28); }

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

<style>
 a { background-color: #38081C; }

 a { background-color: rgb(56,8,28); }

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

<style>
 span { border-color: #38081C; }

 span { border-color: rgb(56,8,28); }

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