Html Css Color HEX #41021C Blackberry

📋 copy color: '#41021C'

red 65 ◦ green 2 ◦ blue 28

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

Shades of Blackberry #41021C

Tints of Blackberry #41021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

 BLUE value IS 28 (11.33% from 255) = 29.47%

R = 68.42%
G = 2.11%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41021C (or 0x41021C) is known color: Blackberry. HEX triplet: 41, 02 and 1C. RGB value is (65,2,28). Sum of RGB (Red+Green+Blue) = 65+2+28=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41021C is #BEFDE3. Grayscale: #171717. Windows color (decimal): -12516836 or 1835585. OLE color: 1835585.

HSL color Cylindrical-coordinate representation of color #41021C: hue angle of 335.24º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41021C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 28 -
CMYK 0 0.97 0.57 0.75
HSL 335.24º 0.94% 0.13% -
HSV(B) 335.24º 0.97% 0.25% -
XYZ 2.41 1.25 1.21 -
YUV 23.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 65 2 28 0 0.97 0.57 0.75 335.24 0.94 0.13
Hex 41 2 1C 0 61 39 4B 14F 5E D
Octal 101 2 34 0 141 71 113 517 136 15
Binary 1000001 10 11100 0 1100001 111001 1001011 101001111 1011110 1101

Color Harmonies of #41021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41021C

Black with #41021C

Text Example


Text Example

White with #41021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41021C; }

 p { color: rgb(65,2,28); }

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

background-color css

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

 a { background-color: rgb(65,2,28); }

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

border-color css

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

 span { border-color: rgb(65,2,28); }

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