Html Css Color HEX #410825 Blackberry

📋 copy color: '#410825'

red 65 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #410825

Tints of Blackberry #410825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 59.09%
G = 7.27%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#410825 (or 0x410825) is known color: Blackberry. HEX triplet: 41, 08 and 25. RGB value is (65,8,37). Sum of RGB (Red+Green+Blue) = 65+8+37=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #410825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410825 is #BEF7DA. Grayscale: #1C1C1C. Windows color (decimal): -12515291 or 2426945. OLE color: 2426945.

HSL color Cylindrical-coordinate representation of color #410825: hue angle of 329.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410825 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 8 37 -
CMYK 0 0.88 0.43 0.75
HSL 329.47º 0.78% 0.14% -
HSV(B) 329.47º 0.88% 0.25% -
XYZ 2.6 1.43 1.89 -
YUV 28.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 65 8 37 0 0.88 0.43 0.75 329.47 0.78 0.14
Hex 41 8 25 0 58 2B 4B 149 4E E
Octal 101 10 45 0 130 53 113 511 116 16
Binary 1000001 1000 100101 0 1011000 101011 1001011 101001001 1001110 1110

Color Harmonies of #410825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410825

Black with #410825

Text Example


Text Example

White with #410825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410825; }

 p { color: rgb(65,8,37); }

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

background-color css

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

 a { background-color: rgb(65,8,37); }

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

border-color css

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

 span { border-color: rgb(65,8,37); }

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