Html Css Color HEX #41001F Blackberry

📋 copy color: '#41001F'

red 65 ◦ green 0 ◦ blue 31

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

Shades of Blackberry #41001F

Tints of Blackberry #41001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 67.71%
G = 0%
B = 32.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41001F (or 0x41001F) is known color: Blackberry. HEX triplet: 41, 00 and 1F. RGB value is (65,0,31). Sum of RGB (Red+Green+Blue) = 65+0+31=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001F is #BEFFE0. Grayscale: #161616. Windows color (decimal): -12517345 or 2031681. OLE color: 2031681.

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

Color convert

RGB 65 0 31 -
CMYK 0 1 0.52 0.75
HSL 331.38º 1% 0.13% -
HSV(B) 331.38º 1% 0.25% -
XYZ 2.43 1.22 1.4 -
YUV 22.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 65 0 31 0 1 0.52 0.75 331.38 1 0.13
Hex 41 0 1F 0 64 34 4B 14B 64 D
Octal 101 0 37 0 144 64 113 513 144 15
Binary 1000001 0 11111 0 1100100 110100 1001011 101001011 1100100 1101

Color Harmonies of #41001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41001F

Black with #41001F

Text Example


Text Example

White with #41001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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