#230C1A

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

Shades of Blackberry #230C1A

Tints of Blackberry #230C1A

Color information

#230C1A (or 0x230C1A) is unknown color: approx Blackberry. HEX triplet: 23, 0C and 1A. RGB value is (35,12,26). Sum of RGB (Red+Green+Blue) = 35+12+26=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C1A is #DCF3E5. Grayscale: #141414. Windows color (decimal): -14480358 or 1707043. OLE color: 1707043.

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

Color convert

RGB351226-
CMYK00.660.260.86
HSL323.48º48.94%9.22%-
HSV(B)323.48º65.71%13.73%-
XYZ1.010.691.06-
YUV20.47131.12138.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=47.95%
G=16.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35122600.660.260.86323.4848.949.22
Hex23C1A0421A56143319
Octal4314320102321265036111
Binary100011110011010010000101101010101101010000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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