#380122

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

Shades of Blackberry #380122

Tints of Blackberry #380122

Color information

#380122 (or 0x380122) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 22. RGB value is (56,1,34). Sum of RGB (Red+Green+Blue) = 56+1+34=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380122 is #C7FEDD. Grayscale: #151515. Windows color (decimal): -13106910 or 2228536. OLE color: 2228536.

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

Color convert

RGB56134-
CMYK00.980.390.78
HSL324º96.49%11.18%-
HSV(B)324º98.21%21.96%-
XYZ1.930.981.6-
YUV21.21135.22152.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=61.54%
G=1.10%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613400.980.390.7832496.4911.18
Hex38122062274E14460b
Octal7014201424711650414013
Binary111000110001001100010100111100111010100010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380122; }

 p { color: rgb(56,1,34); }

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

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

 a { background-color: rgb(56,1,34); }

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

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

 span { border-color: rgb(56,1,34); }

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