Html Css Color HEX #41012A Blackberry

📋 copy color: '#41012A'

red 65 ◦ green 1 ◦ blue 42

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

Shades of Blackberry #41012A

Tints of Blackberry #41012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 60.19%
G = 0.93%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41012A (or 0x41012A) is known color: Blackberry. HEX triplet: 41, 01 and 2A. RGB value is (65,1,42). Sum of RGB (Red+Green+Blue) = 65+1+42=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #41012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012A is #BEFED5. Grayscale: #181818. Windows color (decimal): -12517078 or 2752833. OLE color: 2752833.

HSL color Cylindrical-coordinate representation of color #41012A: hue angle of 321.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41012A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 42 -
CMYK 0 0.98 0.35 0.75
HSL 321.56º 0.97% 0.13% -
HSV(B) 321.56º 0.98% 0.25% -
XYZ 2.61 1.31 2.31 -
YUV 24.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 65 1 42 0 0.98 0.35 0.75 321.56 0.97 0.13
Hex 41 1 2A 0 62 23 4B 142 61 D
Octal 101 1 52 0 142 43 113 502 141 15
Binary 1000001 1 101010 0 1100010 100011 1001011 101000010 1100001 1101

Color Harmonies of #41012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41012A

Black with #41012A

Text Example


Text Example

White with #41012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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