Html Css Color HEX #410030 Blackberry

📋 copy color: '#410030'

red 65 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #410030

Tints of Blackberry #410030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.52%
G = 0%
B = 42.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#410030 (or 0x410030) is known color: Blackberry. HEX triplet: 41, 00 and 30. RGB value is (65,0,48). Sum of RGB (Red+Green+Blue) = 65+0+48=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410030 is #BEFFCF. Grayscale: #181818. Windows color (decimal): -12517328 or 3145793. OLE color: 3145793.

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

Color convert

RGB 65 0 48 -
CMYK 0 1 0.26 0.75
HSL 315.69º 1% 0.13% -
HSV(B) 315.69º 1% 0.25% -
XYZ 2.71 1.34 2.91 -
YUV 24.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 65 0 48 0 1 0.26 0.75 315.69 1 0.13
Hex 41 0 30 0 64 1A 4B 13C 64 D
Octal 101 0 60 0 144 32 113 474 144 15
Binary 1000001 0 110000 0 1100100 11010 1001011 100111100 1100100 1101

Color Harmonies of #410030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410030

Black with #410030

Text Example


Text Example

White with #410030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410030; }

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

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

background-color css

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

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

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

border-color css

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

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

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