#301723

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

Shades of Blackberry #301723

Tints of Blackberry #301723

Color information

#301723 (or 0x301723) is unknown color: approx Blackberry. HEX triplet: 30, 17 and 23. RGB value is (48,23,35). Sum of RGB (Red+Green+Blue) = 48+23+35=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301723 is #CFE8DC. Grayscale: #1F1F1F. Windows color (decimal): -13625565 or 2299696. OLE color: 2299696.

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

Color convert

RGB482335-
CMYK00.520.270.81
HSL331.2º35.21%13.92%-
HSV(B)331.2º52.08%18.82%-
XYZ1.831.361.76-
YUV31.84129.78139.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=45.28%
G=21.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48233500.520.270.81331.235.2113.92
Hex3017230341B5114b23e
Octal602743064331215134316
Binary1100001011110001101101001101110100011010010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301723; }

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

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

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

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

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

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

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

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