#301023

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

Shades of Blackberry #301023

Tints of Blackberry #301023

Color information

#301023 (or 0x301023) is unknown color: approx Blackberry. HEX triplet: 30, 10 and 23. RGB value is (48,16,35). Sum of RGB (Red+Green+Blue) = 48+16+35=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301023 is #CFEFDC. Grayscale: #1B1B1B. Windows color (decimal): -13627357 or 2297904. OLE color: 2297904.

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

Color convert

RGB481635-
CMYK00.670.270.81
HSL324.38º50%12.55%-
HSV(B)324.38º66.67%18.82%-
XYZ1.711.121.72-
YUV27.73132.1142.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=48.48%
G=16.16%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48163500.670.270.81324.385012.55
Hex3010230431B5114432d
Octal6020430103331215046215
Binary11000010000100011010000111101110100011010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301023; }

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

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

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

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

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

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

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

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