Html Css Color HEX #41001C Blackberry

📋 copy color: '#41001C'

red 65 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #41001C

Tints of Blackberry #41001C

RGB

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

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

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

R = 69.89%
G = 0%
B = 30.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41001C (or 0x41001C) is known color: Blackberry. HEX triplet: 41, 00 and 1C. RGB value is (65,0,28). Sum of RGB (Red+Green+Blue) = 65+0+28=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #41001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001C is #BEFFE3. Grayscale: #161616. Windows color (decimal): -12517348 or 1835073. OLE color: 1835073.

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

Color convert

RGB 65 0 28 -
CMYK 0 1 0.57 0.75
HSL 334.15º 1% 0.13% -
HSV(B) 334.15º 1% 0.25% -
XYZ 2.39 1.21 1.21 -
YUV 22.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 65 0 28 0 1 0.57 0.75 334.15 1 0.13
Hex 41 0 1C 0 64 39 4B 14E 64 D
Octal 101 0 34 0 144 71 113 516 144 15
Binary 1000001 0 11100 0 1100100 111001 1001011 101001110 1100100 1101

Color Harmonies of #41001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41001C

Black with #41001C

Text Example


Text Example

White with #41001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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