#240C1A

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

Shades of Blackberry #240C1A

Tints of Blackberry #240C1A

Color information

#240C1A (or 0x240C1A) is unknown color: approx Blackberry. HEX triplet: 24, 0C and 1A. RGB value is (36,12,26). Sum of RGB (Red+Green+Blue) = 36+12+26=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1A is #DBF3E5. Grayscale: #141414. Windows color (decimal): -14414822 or 1707044. OLE color: 1707044.

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

Color convert

RGB361226-
CMYK00.670.280.86
HSL325º50%9.41%-
HSV(B)325º66.67%14.12%-
XYZ1.050.711.06-
YUV20.77130.95138.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=48.65%
G=16.22%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36122600.670.280.86325509.41
Hex24C1A0431C56145329
Octal4414320103341265056211
Binary100100110011010010000111110010101101010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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