Html Css Color HEX #410328 Blackberry

📋 copy color: '#410328'

red 65 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #410328

Tints of Blackberry #410328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 40 (16.02% from 255) = 37.04%

R = 60.19%
G = 2.78%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#410328 (or 0x410328) is known color: Blackberry. HEX triplet: 41, 03 and 28. RGB value is (65,3,40). Sum of RGB (Red+Green+Blue) = 65+3+40=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410328 is #BEFCD7. Grayscale: #191919. Windows color (decimal): -12516568 or 2622273. OLE color: 2622273.

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

Color convert

RGB 65 3 40 -
CMYK 0 0.95 0.38 0.75
HSL 324.19º 0.91% 0.13% -
HSV(B) 324.19º 0.95% 0.25% -
XYZ 2.6 1.34 2.13 -
YUV 25.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 65 3 40 0 0.95 0.38 0.75 324.19 0.91 0.13
Hex 41 3 28 0 5F 26 4B 144 5B D
Octal 101 3 50 0 137 46 113 504 133 15
Binary 1000001 11 101000 0 1011111 100110 1001011 101000100 1011011 1101

Color Harmonies of #410328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410328

Black with #410328

Text Example


Text Example

White with #410328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410328; }

 p { color: rgb(65,3,40); }

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

background-color css

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

 a { background-color: rgb(65,3,40); }

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

border-color css

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

 span { border-color: rgb(65,3,40); }

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