#230719

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

Shades of Blackberry #230719

Tints of Blackberry #230719

Color information

#230719 (or 0x230719) is unknown color: approx Blackberry. HEX triplet: 23, 07 and 19. RGB value is (35,7,25). Sum of RGB (Red+Green+Blue) = 35+7+25=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230719 is #DCF8E6. Grayscale: #111111. Windows color (decimal): -14481639 or 1640227. OLE color: 1640227.

HSL color Cylindrical-coordinate representation of color #230719: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230719 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB35725-
CMYK00.800.290.86
HSL321.43º66.67%8.24%-
HSV(B)321.43º80%13.73%-
XYZ0.940.580.98-
YUV17.42132.28140.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=52.24%
G=10.45%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572500.800.290.86321.4366.678.24
Hex237190501D56141438
Octal4373101203512650110310
Binary100011111110010101000011101101011010100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230719; }

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

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

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

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

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

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

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

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