#38001C

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

Shades of Blackberry #38001C

Tints of Blackberry #38001C

Color information

#38001C (or 0x38001C) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 1C. RGB value is (56,0,28). Sum of RGB (Red+Green+Blue) = 56+0+28=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001C is #C7FFE3. Grayscale: #131313. Windows color (decimal): -13107172 or 1835064. OLE color: 1835064.

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

Color convert

RGB56028-
CMYK010.500.78
HSL330º100%10.98%-
HSV(B)330º100%21.96%-
XYZ1.840.921.18-
YUV19.94132.55153.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56028010.500.7833010010.98
Hex3801C064324E14a64b
Octal7003401446211651214413
Binary11100001110001100100110010100111010100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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