Html Css Color HEX #410B37 Blackberry

📋 copy color: '#410B37'

red 65 ◦ green 11 ◦ blue 55

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

Shades of Blackberry #410B37

Tints of Blackberry #410B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.98%

R = 49.62%
G = 8.4%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#410B37 (or 0x410B37) is known color: Blackberry. HEX triplet: 41, 0B and 37. RGB value is (65,11,55). Sum of RGB (Red+Green+Blue) = 65+11+55=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #410B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B37 is #BEF4C8. Grayscale: #202020. Windows color (decimal): -12514505 or 3607361. OLE color: 3607361.

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

Color convert

RGB 65 11 55 -
CMYK 0 0.83 0.15 0.75
HSL 311.11º 0.71% 0.15% -
HSV(B) 311.11º 0.83% 0.25% -
XYZ 2.99 1.64 3.77 -
YUV 32.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 65 11 55 0 0.83 0.15 0.75 311.11 0.71 0.15
Hex 41 B 37 0 53 F 4B 137 47 F
Octal 101 13 67 0 123 17 113 467 107 17
Binary 1000001 1011 110111 0 1010011 1111 1001011 100110111 1000111 1111

Color Harmonies of #410B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B37

Black with #410B37

Text Example


Text Example

White with #410B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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