Html Css Color HEX #411027 Blackberry

📋 copy color: '#411027'

red 65 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #411027

Tints of Blackberry #411027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 54.17%
G = 13.33%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#411027 (or 0x411027) is known color: Blackberry. HEX triplet: 41, 10 and 27. RGB value is (65,16,39). Sum of RGB (Red+Green+Blue) = 65+16+39=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411027 is #BEEFD8. Grayscale: #212121. Windows color (decimal): -12513241 or 2560065. OLE color: 2560065.

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

Color convert

RGB 65 16 39 -
CMYK 0 0.75 0.40 0.75
HSL 331.84º 0.6% 0.16% -
HSV(B) 331.84º 0.75% 0.25% -
XYZ 2.73 1.64 2.09 -
YUV 33.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 65 16 39 0 0.75 0.40 0.75 331.84 0.6 0.16
Hex 41 10 27 0 4B 28 4B 14C 3C 10
Octal 101 20 47 0 113 50 113 514 74 20
Binary 1000001 10000 100111 0 1001011 101000 1001011 101001100 111100 10000

Color Harmonies of #411027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411027

Black with #411027

Text Example


Text Example

White with #411027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411027; }

 p { color: rgb(65,16,39); }

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

background-color css

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

 a { background-color: rgb(65,16,39); }

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

border-color css

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

 span { border-color: rgb(65,16,39); }

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