Html Css Color HEX #410D37 Blackberry

📋 copy color: '#410D37'

red 65 ◦ green 13 ◦ blue 55

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

Shades of Blackberry #410D37

Tints of Blackberry #410D37

RGB

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

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

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

R = 48.87%
G = 9.77%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#410D37 (or 0x410D37) is known color: Blackberry. HEX triplet: 41, 0D and 37. RGB value is (65,13,55). Sum of RGB (Red+Green+Blue) = 65+13+55=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #410D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D37 is #BEF2C8. Grayscale: #212121. Windows color (decimal): -12513993 or 3607873. OLE color: 3607873.

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

Color convert

RGB 65 13 55 -
CMYK 0 0.80 0.15 0.75
HSL 311.54º 0.67% 0.15% -
HSV(B) 311.54º 0.8% 0.25% -
XYZ 3.01 1.69 3.78 -
YUV 33.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 65 13 55 0 0.80 0.15 0.75 311.54 0.67 0.15
Hex 41 D 37 0 50 F 4B 138 43 F
Octal 101 15 67 0 120 17 113 470 103 17
Binary 1000001 1101 110111 0 1010000 1111 1001011 100111000 1000011 1111

Color Harmonies of #410D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D37

Black with #410D37

Text Example


Text Example

White with #410D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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