#380018

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

Shades of Blackberry #380018

Tints of Blackberry #380018

Color information

#380018 (or 0x380018) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 18. RGB value is (56,0,24). Sum of RGB (Red+Green+Blue) = 56+0+24=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380018 is #C7FFE7. Grayscale: #131313. Windows color (decimal): -13107176 or 1572920. OLE color: 1572920.

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

Color convert

RGB56024-
CMYK010.570.78
HSL334.29º100%10.98%-
HSV(B)334.29º100%21.96%-
XYZ1.80.910.94-
YUV19.48130.55154.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56024010.570.78334.2910010.98
Hex38018064394E14e64b
Octal7003001447111651614413
Binary11100001100001100100111001100111010100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380018; }

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

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

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

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

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

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

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

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