#380023

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

Shades of Blackberry #380023

Tints of Blackberry #380023

Color information

#380023 (or 0x380023) is unknown color: approx Blackberry. HEX triplet: 38, 00 and 23. RGB value is (56,0,35). Sum of RGB (Red+Green+Blue) = 56+0+35=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380023 is #C7FFDC. Grayscale: #141414. Windows color (decimal): -13107165 or 2293816. OLE color: 2293816.

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

Color convert

RGB56035-
CMYK010.370.78
HSL322.5º100%10.98%-
HSV(B)322.5º100%21.96%-
XYZ1.930.961.67-
YUV20.73136.05153.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56035010.370.78322.510010.98
Hex38023064254E14264b
Octal7004301444511650214413
Binary111000010001101100100100101100111010100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380023; }

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

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

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

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

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

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

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

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