#410D23

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

Shades of Blackberry #410D23

Tints of Blackberry #410D23

Color information

#410D23 (or 0x410D23) is unknown color: approx Blackberry. HEX triplet: 41, 0D and 23. RGB value is (65,13,35). Sum of RGB (Red+Green+Blue) = 65+13+35=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D23 is #BEF2DC. Grayscale: #1F1F1F. Windows color (decimal): -12514013 or 2297153. OLE color: 2297153.

HSL color Cylindrical-coordinate representation of color #410D23: hue angle of 334.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D23 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB651335-
CMYK00.800.460.75
HSL334.62º66.67%15.29%-
HSV(B)334.62º80%25.49%-
XYZ2.631.531.75-
YUV31.06130.23152.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=57.52%
G=11.50%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65133500.800.460.75334.6266.6715.29
Hex41D230502E4B14f43f
Octal101154301205611351710317
Binary1000001110110001101010000101110100101110100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410D23; }

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

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

<style>
 a { background-color: #410D23; }

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

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

<style>
 span { border-color: #410D23; }

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

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