#230D1A

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

Shades of Blackberry #230D1A

Tints of Blackberry #230D1A

Color information

#230D1A (or 0x230D1A) is unknown color: approx Blackberry. HEX triplet: 23, 0D and 1A. RGB value is (35,13,26). Sum of RGB (Red+Green+Blue) = 35+13+26=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D1A is #DCF2E5. Grayscale: #151515. Windows color (decimal): -14480102 or 1707299. OLE color: 1707299.

HSL color Cylindrical-coordinate representation of color #230D1A: hue angle of 324.55º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D1A is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB351326-
CMYK00.630.260.86
HSL324.55º45.83%9.41%-
HSV(B)324.55º62.86%13.73%-
XYZ1.020.721.06-
YUV21.06130.79137.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=47.30%
G=17.57%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35132600.630.260.86324.5545.839.41
Hex23D1A03F1A561452e9
Octal431532077321265055611
Binary10001111011101001111111101010101101010001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230D1A; }

 p { color: rgb(35,13,26); }

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

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

 a { background-color: rgb(35,13,26); }

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

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

 span { border-color: rgb(35,13,26); }

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