#230A1A

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

Shades of Blackberry #230A1A

Tints of Blackberry #230A1A

Color information

#230A1A (or 0x230A1A) is unknown color: approx Blackberry. HEX triplet: 23, 0A and 1A. RGB value is (35,10,26). Sum of RGB (Red+Green+Blue) = 35+10+26=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1A is #DCF5E5. Grayscale: #131313. Windows color (decimal): -14480870 or 1706531. OLE color: 1706531.

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

Color convert

RGB351026-
CMYK00.710.260.86
HSL321.6º55.56%8.82%-
HSV(B)321.6º71.43%13.73%-
XYZ0.990.651.05-
YUV19.3131.78139.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 10 (4.30% from 255) = 14.08%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=49.30%
G=14.08%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102600.710.260.86321.655.568.82
Hex23A1A0471A56142389
Octal4312320107321265027011
Binary100011101011010010001111101010101101010000101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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