Html Css Color HEX #41001B Blackberry

📋 copy color: '#41001B'

red 65 ◦ green 0 ◦ blue 27

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

Shades of Blackberry #41001B

Tints of Blackberry #41001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.35%

R = 70.65%
G = 0%
B = 29.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41001B (or 0x41001B) is known color: Blackberry. HEX triplet: 41, 00 and 1B. RGB value is (65,0,27). Sum of RGB (Red+Green+Blue) = 65+0+27=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #41001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41001B is #BEFFE4. Grayscale: #161616. Windows color (decimal): -12517349 or 1769537. OLE color: 1769537.

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

Color convert

RGB 65 0 27 -
CMYK 0 1 0.58 0.75
HSL 335.08º 1% 0.13% -
HSV(B) 335.08º 1% 0.25% -
XYZ 2.38 1.2 1.14 -
YUV 22.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 65 0 27 0 1 0.58 0.75 335.08 1 0.13
Hex 41 0 1B 0 64 3A 4B 14F 64 D
Octal 101 0 33 0 144 72 113 517 144 15
Binary 1000001 0 11011 0 1100100 111010 1001011 101001111 1100100 1101

Color Harmonies of #41001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41001B

Black with #41001B

Text Example


Text Example

White with #41001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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