Html Css Color HEX #41002A Blackberry

📋 copy color: '#41002A'

red 65 ◦ green 0 ◦ blue 42

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

Shades of Blackberry #41002A

Tints of Blackberry #41002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 39.25%

R = 60.75%
G = 0%
B = 39.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41002A (or 0x41002A) is known color: Blackberry. HEX triplet: 41, 00 and 2A. RGB value is (65,0,42). Sum of RGB (Red+Green+Blue) = 65+0+42=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #41002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41002A is #BEFFD5. Grayscale: #181818. Windows color (decimal): -12517334 or 2752577. OLE color: 2752577.

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

Color convert

RGB 65 0 42 -
CMYK 0 1 0.35 0.75
HSL 321.23º 1% 0.13% -
HSV(B) 321.23º 1% 0.25% -
XYZ 2.6 1.29 2.3 -
YUV 24.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 65 0 42 0 1 0.35 0.75 321.23 1 0.13
Hex 41 0 2A 0 64 23 4B 141 64 D
Octal 101 0 52 0 144 43 113 501 144 15
Binary 1000001 0 101010 0 1100100 100011 1001011 101000001 1100100 1101

Color Harmonies of #41002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41002A

Black with #41002A

Text Example


Text Example

White with #41002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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