Html Css Color HEX #41012C Blackberry

📋 copy color: '#41012C'

red 65 ◦ green 1 ◦ blue 44

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

Shades of Blackberry #41012C

Tints of Blackberry #41012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 59.09%
G = 0.91%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41012C (or 0x41012C) is known color: Blackberry. HEX triplet: 41, 01 and 2C. RGB value is (65,1,44). Sum of RGB (Red+Green+Blue) = 65+1+44=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012C is #BEFED3. Grayscale: #181818. Windows color (decimal): -12517076 or 2883905. OLE color: 2883905.

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

Color convert

RGB 65 1 44 -
CMYK 0 0.98 0.32 0.75
HSL 319.69º 0.97% 0.13% -
HSV(B) 319.69º 0.98% 0.25% -
XYZ 2.65 1.33 2.5 -
YUV 25.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 65 1 44 0 0.98 0.32 0.75 319.69 0.97 0.13
Hex 41 1 2C 0 62 20 4B 140 61 D
Octal 101 1 54 0 142 40 113 500 141 15
Binary 1000001 1 101100 0 1100010 100000 1001011 101000000 1100001 1101

Color Harmonies of #41012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41012C

Black with #41012C

Text Example


Text Example

White with #41012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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