Html Css Color HEX #41012B Blackberry

📋 copy color: '#41012B'

red 65 ◦ green 1 ◦ blue 43

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

Shades of Blackberry #41012B

Tints of Blackberry #41012B

RGB

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

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

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

R = 59.63%
G = 0.92%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41012B (or 0x41012B) is known color: Blackberry. HEX triplet: 41, 01 and 2B. RGB value is (65,1,43). Sum of RGB (Red+Green+Blue) = 65+1+43=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41012B is #BEFED4. Grayscale: #181818. Windows color (decimal): -12517077 or 2818369. OLE color: 2818369.

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

Color convert

RGB 65 1 43 -
CMYK 0 0.98 0.34 0.75
HSL 320.63º 0.97% 0.13% -
HSV(B) 320.63º 0.98% 0.25% -
XYZ 2.63 1.32 2.4 -
YUV 24.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 65 1 43 0 0.98 0.34 0.75 320.63 0.97 0.13
Hex 41 1 2B 0 62 22 4B 141 61 D
Octal 101 1 53 0 142 42 113 501 141 15
Binary 1000001 1 101011 0 1100010 100010 1001011 101000001 1100001 1101

Color Harmonies of #41012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41012B

Black with #41012B

Text Example


Text Example

White with #41012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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