Html Css Color HEX #411235 Blackberry

📋 copy color: '#411235'

red 65 ◦ green 18 ◦ blue 53

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

Shades of Blackberry #411235

Tints of Blackberry #411235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 47.79%
G = 13.24%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#411235 (or 0x411235) is known color: Blackberry. HEX triplet: 41, 12 and 35. RGB value is (65,18,53). Sum of RGB (Red+Green+Blue) = 65+18+53=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411235 is #BEEDCA. Grayscale: #232323. Windows color (decimal): -12512715 or 3478081. OLE color: 3478081.

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

Color convert

RGB 65 18 53 -
CMYK 0 0.72 0.18 0.75
HSL 315.32º 0.57% 0.16% -
HSV(B) 315.32º 0.72% 0.25% -
XYZ 3.04 1.81 3.56 -
YUV 36.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 65 18 53 0 0.72 0.18 0.75 315.32 0.57 0.16
Hex 41 12 35 0 48 12 4B 13B 39 10
Octal 101 22 65 0 110 22 113 473 71 20
Binary 1000001 10010 110101 0 1001000 10010 1001011 100111011 111001 10000

Color Harmonies of #411235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411235

Black with #411235

Text Example


Text Example

White with #411235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411235; }

 p { color: rgb(65,18,53); }

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

background-color css

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

 a { background-color: rgb(65,18,53); }

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

border-color css

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

 span { border-color: rgb(65,18,53); }

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