Html Css Color HEX #410D28 Blackberry

📋 copy color: '#410D28'

red 65 ◦ green 13 ◦ blue 40

#410D28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #410D28

Tints of Blackberry #410D28

RGB

 RED value IS 65 (25.78% from 255) = 55.08%

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 40 (16.02% from 255) = 33.9%

R = 55.08%
G = 11.02%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#410D28 (or 0x410D28) is known color: Blackberry. HEX triplet: 41, 0D and 28. RGB value is (65,13,40). Sum of RGB (Red+Green+Blue) = 65+13+40=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #410D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D28 is #BEF2D7. Grayscale: #1F1F1F. Windows color (decimal): -12514008 or 2624833. OLE color: 2624833.

HSL color Cylindrical-coordinate representation of color #410D28: hue angle of 328.85º 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 #410D28 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 13 40 -
CMYK 0 0.80 0.38 0.75
HSL 328.85º 0.67% 0.15% -
HSV(B) 328.85º 0.8% 0.25% -
XYZ 2.71 1.56 2.17 -
YUV 31.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 65 13 40 0 0.80 0.38 0.75 328.85 0.67 0.15
Hex 41 D 28 0 50 26 4B 149 43 F
Octal 101 15 50 0 120 46 113 511 103 17
Binary 1000001 1101 101000 0 1010000 100110 1001011 101001001 1000011 1111

Color Harmonies of #410D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D28

Black with #410D28

Text Example


Text Example

White with #410D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #410D28;
 }
 .AnyTagClassName
 {
   color: #410D28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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