Html Css Color HEX #410B30 Blackberry

📋 copy color: '#410B30'

red 65 ◦ green 11 ◦ blue 48

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

Shades of Blackberry #410B30

Tints of Blackberry #410B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 52.42%
G = 8.87%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410B30 (or 0x410B30) is known color: Blackberry. HEX triplet: 41, 0B and 30. RGB value is (65,11,48). Sum of RGB (Red+Green+Blue) = 65+11+48=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #410B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B30 is #BEF4CF. Grayscale: #1F1F1F. Windows color (decimal): -12514512 or 3148609. OLE color: 3148609.

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

Color convert

RGB 65 11 48 -
CMYK 0 0.83 0.26 0.75
HSL 318.89º 0.71% 0.15% -
HSV(B) 318.89º 0.83% 0.25% -
XYZ 2.83 1.58 2.95 -
YUV 31.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 65 11 48 0 0.83 0.26 0.75 318.89 0.71 0.15
Hex 41 B 30 0 53 1A 4B 13F 47 F
Octal 101 13 60 0 123 32 113 477 107 17
Binary 1000001 1011 110000 0 1010011 11010 1001011 100111111 1000111 1111

Color Harmonies of #410B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B30

Black with #410B30

Text Example


Text Example

White with #410B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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