Html Css Color HEX #410A30 Blackberry

📋 copy color: '#410A30'

red 65 ◦ green 10 ◦ blue 48

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

Shades of Blackberry #410A30

Tints of Blackberry #410A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 52.85%
G = 8.13%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410A30 (or 0x410A30) is known color: Blackberry. HEX triplet: 41, 0A and 30. RGB value is (65,10,48). Sum of RGB (Red+Green+Blue) = 65+10+48=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A30 is #BEF5CF. Grayscale: #1E1E1E. Windows color (decimal): -12514768 or 3148353. OLE color: 3148353.

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

Color convert

RGB 65 10 48 -
CMYK 0 0.85 0.26 0.75
HSL 318.55º 0.73% 0.15% -
HSV(B) 318.55º 0.85% 0.25% -
XYZ 2.82 1.55 2.95 -
YUV 30.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 65 10 48 0 0.85 0.26 0.75 318.55 0.73 0.15
Hex 41 A 30 0 55 1A 4B 13F 49 F
Octal 101 12 60 0 125 32 113 477 111 17
Binary 1000001 1010 110000 0 1010101 11010 1001011 100111111 1001001 1111

Color Harmonies of #410A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A30

Black with #410A30

Text Example


Text Example

White with #410A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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