Html Css Color HEX #410B28 Blackberry

📋 copy color: '#410B28'

red 65 ◦ green 11 ◦ blue 40

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

Shades of Blackberry #410B28

Tints of Blackberry #410B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

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

R = 56.03%
G = 9.48%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#410B28 (or 0x410B28) is known color: Blackberry. HEX triplet: 41, 0B and 28. RGB value is (65,11,40). Sum of RGB (Red+Green+Blue) = 65+11+40=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #410B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B28 is #BEF4D7. Grayscale: #1E1E1E. Windows color (decimal): -12514520 or 2624321. OLE color: 2624321.

HSL color Cylindrical-coordinate representation of color #410B28: hue angle of 327.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410B28 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 11 40 -
CMYK 0 0.83 0.38 0.75
HSL 327.78º 0.71% 0.15% -
HSV(B) 327.78º 0.83% 0.25% -
XYZ 2.68 1.52 2.16 -
YUV 30.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 65 11 40 0 0.83 0.38 0.75 327.78 0.71 0.15
Hex 41 B 28 0 53 26 4B 148 47 F
Octal 101 13 50 0 123 46 113 510 107 17
Binary 1000001 1011 101000 0 1010011 100110 1001011 101001000 1000111 1111

Color Harmonies of #410B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B28

Black with #410B28

Text Example


Text Example

White with #410B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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