#38002C

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

Shades of Blackberry #38002C

Tints of Blackberry #38002C

Color information

#38002C (or 0x38002C) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 2C. RGB value is (56,0,44). Sum of RGB (Red+Green+Blue) = 56+0+44=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002C is #C7FFD3. Grayscale: #151515. Windows color (decimal): -13107156 or 2883640. OLE color: 2883640.

HSL color Cylindrical-coordinate representation of color #38002C: hue angle of 312.86º 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 #38002C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB56044-
CMYK010.210.78
HSL312.86º100%10.98%-
HSV(B)312.86º100%21.96%-
XYZ2.091.022.47-
YUV21.76140.55152.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 44%
R=56%
G=0%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56044010.210.78312.8610010.98
Hex3802C064154E13964b
Octal7005401442511647114413
Binary11100001011000110010010101100111010011100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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