Html Css Color HEX #41001E Blackberry

📋 copy color: '#41001E'

red 65 ◦ green 0 ◦ blue 30

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

Shades of Blackberry #41001E

Tints of Blackberry #41001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 31.58%

R = 68.42%
G = 0%
B = 31.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41001E (or 0x41001E) is known color: Blackberry. HEX triplet: 41, 00 and 1E. RGB value is (65,0,30). Sum of RGB (Red+Green+Blue) = 65+0+30=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001E is #BEFFE1. Grayscale: #161616. Windows color (decimal): -12517346 or 1966145. OLE color: 1966145.

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

Color convert

RGB 65 0 30 -
CMYK 0 1 0.54 0.75
HSL 332.31º 1% 0.13% -
HSV(B) 332.31º 1% 0.25% -
XYZ 2.41 1.22 1.34 -
YUV 22.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 65 0 30 0 1 0.54 0.75 332.31 1 0.13
Hex 41 0 1E 0 64 36 4B 14C 64 D
Octal 101 0 36 0 144 66 113 514 144 15
Binary 1000001 0 11110 0 1100100 110110 1001011 101001100 1100100 1101

Color Harmonies of #41001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41001E

Black with #41001E

Text Example


Text Example

White with #41001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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