Html Css Color HEX #41021B Blackberry

📋 copy color: '#41021B'

red 65 ◦ green 2 ◦ blue 27

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

Shades of Blackberry #41021B

Tints of Blackberry #41021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 28.72%

R = 69.15%
G = 2.13%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41021B (or 0x41021B) is known color: Blackberry. HEX triplet: 41, 02 and 1B. RGB value is (65,2,27). Sum of RGB (Red+Green+Blue) = 65+2+27=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41021B is #BEFDE4. Grayscale: #171717. Windows color (decimal): -12516837 or 1770049. OLE color: 1770049.

HSL color Cylindrical-coordinate representation of color #41021B: hue angle of 336.19º 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 #41021B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 27 -
CMYK 0 0.97 0.58 0.75
HSL 336.19º 0.94% 0.13% -
HSV(B) 336.19º 0.97% 0.25% -
XYZ 2.4 1.25 1.15 -
YUV 23.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 65 2 27 0 0.97 0.58 0.75 336.19 0.94 0.13
Hex 41 2 1B 0 61 3A 4B 150 5E D
Octal 101 2 33 0 141 72 113 520 136 15
Binary 1000001 10 11011 0 1100001 111010 1001011 101010000 1011110 1101

Color Harmonies of #41021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41021B

Black with #41021B

Text Example


Text Example

White with #41021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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