#230314

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

Shades of Blackberry #230314

Tints of Blackberry #230314

Color information

#230314 (or 0x230314) is unknown color: approx Blackberry. HEX triplet: 23, 03 and 14. RGB value is (35,3,20). Sum of RGB (Red+Green+Blue) = 35+3+20=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230314 is #DCFCEB. Grayscale: #0E0E0E. Windows color (decimal): -14482668 or 1311523. OLE color: 1311523.

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

Color convert

RGB35320-
CMYK00.910.430.86
HSL328.12º84.21%7.45%-
HSV(B)328.12º91.43%13.73%-
XYZ0.850.470.71-
YUV14.51131.1142.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=60.34%
G=5.17%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532000.910.430.86328.1284.217.45
Hex2331405B2B56148547
Octal433240133531265101247
Binary10001111101000101101110101110101101010010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230314; }

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

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

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

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

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

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

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

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