Html Css Color HEX #410018 Blackberry

📋 copy color: '#410018'

red 65 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #410018

Tints of Blackberry #410018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.97%

R = 73.03%
G = 0%
B = 26.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#410018 (or 0x410018) is known color: Blackberry. HEX triplet: 41, 00 and 18. RGB value is (65,0,24). Sum of RGB (Red+Green+Blue) = 65+0+24=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410018 is #BEFFE7. Grayscale: #161616. Windows color (decimal): -12517352 or 1572929. OLE color: 1572929.

HSL color Cylindrical-coordinate representation of color #410018: hue angle of 337.85º 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 #410018 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 0 24 -
CMYK 0 1 0.63 0.75
HSL 337.85º 1% 0.13% -
HSV(B) 337.85º 1% 0.25% -
XYZ 2.34 1.19 0.97 -
YUV 22.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 65 0 24 0 1 0.63 0.75 337.85 1 0.13
Hex 41 0 18 0 64 3F 4B 152 64 D
Octal 101 0 30 0 144 77 113 522 144 15
Binary 1000001 0 11000 0 1100100 111111 1001011 101010010 1100100 1101

Color Harmonies of #410018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410018

Black with #410018

Text Example


Text Example

White with #410018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410018; }

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

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

background-color css

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

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

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

border-color css

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

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

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