#231019

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

Shades of Blackberry #231019

Tints of Blackberry #231019

Color information

#231019 (or 0x231019) is unknown color: approx Blackberry. HEX triplet: 23, 10 and 19. RGB value is (35,16,25). Sum of RGB (Red+Green+Blue) = 35+16+25=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231019 is #DCEFE6. Grayscale: #161616. Windows color (decimal): -14479335 or 1642531. OLE color: 1642531.

HSL color Cylindrical-coordinate representation of color #231019: hue angle of 331.58º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231019 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB351625-
CMYK00.540.290.86
HSL331.58º37.25%10%-
HSV(B)331.58º54.29%13.73%-
XYZ1.050.81.02-
YUV22.71129.29136.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=46.05%
G=21.05%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35162500.540.290.86331.5837.2510
Hex2310190361D5614c25a
Octal432031066351265144512
Binary100011100001100101101101110110101101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231019; }

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

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

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

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

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

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

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

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