#301823

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

Shades of Blackberry #301823

Tints of Blackberry #301823

Color information

#301823 (or 0x301823) is unknown color: approx Blackberry. HEX triplet: 30, 18 and 23. RGB value is (48,24,35). Sum of RGB (Red+Green+Blue) = 48+24+35=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301823 is #CFE7DC. Grayscale: #202020. Windows color (decimal): -13625309 or 2299952. OLE color: 2299952.

HSL color Cylindrical-coordinate representation of color #301823: hue angle of 332.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301823 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB482435-
CMYK00.50.270.81
HSL332.5º33.33%14.12%-
HSV(B)332.5º50%18.82%-
XYZ1.851.41.76-
YUV32.43129.45139.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=44.86%
G=22.43%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48243500.50.270.81332.533.3314.12
Hex3018230321B5114c21e
Octal603043062331215144116
Binary1100001100010001101100101101110100011010011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301823; }

 p { color: rgb(48,24,35); }

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

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

 a { background-color: rgb(48,24,35); }

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

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

 span { border-color: rgb(48,24,35); }

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