Html Css Color HEX #41002C Blackberry

📋 copy color: '#41002C'

red 65 ◦ green 0 ◦ blue 44

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

Shades of Blackberry #41002C

Tints of Blackberry #41002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 40.37%

R = 59.63%
G = 0%
B = 40.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41002C (or 0x41002C) is known color: Blackberry. HEX triplet: 41, 00 and 2C. RGB value is (65,0,44). Sum of RGB (Red+Green+Blue) = 65+0+44=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002C is #BEFFD3. Grayscale: #181818. Windows color (decimal): -12517332 or 2883649. OLE color: 2883649.

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

Color convert

RGB 65 0 44 -
CMYK 0 1 0.32 0.75
HSL 319.38º 1% 0.13% -
HSV(B) 319.38º 1% 0.25% -
XYZ 2.63 1.31 2.5 -
YUV 24.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 65 0 44 0 1 0.32 0.75 319.38 1 0.13
Hex 41 0 2C 0 64 20 4B 13F 64 D
Octal 101 0 54 0 144 40 113 477 144 15
Binary 1000001 0 101100 0 1100100 100000 1001011 100111111 1100100 1101

Color Harmonies of #41002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41002C

Black with #41002C

Text Example


Text Example

White with #41002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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