#381423

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

Shades of Blackberry #381423

Tints of Blackberry #381423

Color information

#381423 (or 0x381423) is unknown color: approx Blackberry. HEX triplet: 38, 14 and 23. RGB value is (56,20,35). Sum of RGB (Red+Green+Blue) = 56+20+35=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381423 is #C7EBDC. Grayscale: #202020. Windows color (decimal): -13102045 or 2298936. OLE color: 2298936.

HSL color Cylindrical-coordinate representation of color #381423: hue angle of 335º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381423 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB562035-
CMYK00.640.370.78
HSL335º47.37%14.9%-
HSV(B)335º64.29%21.96%-
XYZ2.181.461.76-
YUV32.47129.43144.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=50.45%
G=18.02%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56203500.640.370.7833547.3714.9
Hex381423040254E14f2ff
Octal7024430100451165175717
Binary111000101001000110100000010010110011101010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381423; }

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

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

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

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

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

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

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

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