#230B1A

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

Shades of Blackberry #230B1A

Tints of Blackberry #230B1A

Color information

#230B1A (or 0x230B1A) is unknown color: approx Blackberry. HEX triplet: 23, 0B and 1A. RGB value is (35,11,26). Sum of RGB (Red+Green+Blue) = 35+11+26=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B1A is #DCF4E5. Grayscale: #131313. Windows color (decimal): -14480614 or 1706787. OLE color: 1706787.

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

Color convert

RGB351126-
CMYK00.690.260.86
HSL322.5º52.17%9.02%-
HSV(B)322.5º68.57%13.73%-
XYZ10.671.05-
YUV19.89131.45138.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=48.61%
G=15.28%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35112600.690.260.86322.552.179.02
Hex23B1A0451A56142349
Octal4313320105321265026411
Binary100011101111010010001011101010101101010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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