Html Css Color HEX #41002B Blackberry

📋 copy color: '#41002B'

red 65 ◦ green 0 ◦ blue 43

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

Shades of Blackberry #41002B

Tints of Blackberry #41002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 39.81%

R = 60.19%
G = 0%
B = 39.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41002B (or 0x41002B) is known color: Blackberry. HEX triplet: 41, 00 and 2B. RGB value is (65,0,43). Sum of RGB (Red+Green+Blue) = 65+0+43=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #41002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002B is #BEFFD4. Grayscale: #181818. Windows color (decimal): -12517333 or 2818113. OLE color: 2818113.

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

Color convert

RGB 65 0 43 -
CMYK 0 1 0.34 0.75
HSL 320.31º 1% 0.13% -
HSV(B) 320.31º 1% 0.25% -
XYZ 2.62 1.3 2.4 -
YUV 24.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 65 0 43 0 1 0.34 0.75 320.31 1 0.13
Hex 41 0 2B 0 64 22 4B 140 64 D
Octal 101 0 53 0 144 42 113 500 144 15
Binary 1000001 0 101011 0 1100100 100010 1001011 101000000 1100100 1101

Color Harmonies of #41002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41002B

Black with #41002B

Text Example


Text Example

White with #41002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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