#230414

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

Shades of Blackberry #230414

Tints of Blackberry #230414

Color information

#230414 (or 0x230414) is unknown color: approx Blackberry. HEX triplet: 23, 04 and 14. RGB value is (35,4,20). Sum of RGB (Red+Green+Blue) = 35+4+20=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230414 is #DCFBEB. Grayscale: #0F0F0F. Windows color (decimal): -14482412 or 1311779. OLE color: 1311779.

HSL color Cylindrical-coordinate representation of color #230414: hue angle of 329.03º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230414 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB35420-
CMYK00.890.430.86
HSL329.03º79.49%7.65%-
HSV(B)329.03º88.57%13.73%-
XYZ0.860.490.71-
YUV15.09130.77142.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=59.32%
G=6.78%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3542000.890.430.86329.0379.497.65
Hex234140592B561494f8
Octal4342401315312651111710
Binary1000111001010001011001101011101011010100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230414; }

 p { color: rgb(35,4,20); }

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

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

 a { background-color: rgb(35,4,20); }

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

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

 span { border-color: rgb(35,4,20); }

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