Html Css Color HEX #41042B Blackberry

📋 copy color: '#41042B'

red 65 ◦ green 4 ◦ blue 43

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

Shades of Blackberry #41042B

Tints of Blackberry #41042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.57%

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

R = 58.04%
G = 3.57%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41042B (or 0x41042B) is known color: Blackberry. HEX triplet: 41, 04 and 2B. RGB value is (65,4,43). Sum of RGB (Red+Green+Blue) = 65+4+43=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042B is #BEFBD4. Grayscale: #1A1A1A. Windows color (decimal): -12516309 or 2819137. OLE color: 2819137.

HSL color Cylindrical-coordinate representation of color #41042B: hue angle of 321.64º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41042B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 43 -
CMYK 0 0.94 0.34 0.75
HSL 321.64º 0.88% 0.14% -
HSV(B) 321.64º 0.94% 0.25% -
XYZ 2.66 1.39 2.41 -
YUV 26.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 65 4 43 0 0.94 0.34 0.75 321.64 0.88 0.14
Hex 41 4 2B 0 5E 22 4B 142 58 E
Octal 101 4 53 0 136 42 113 502 130 16
Binary 1000001 100 101011 0 1011110 100010 1001011 101000010 1011000 1110

Color Harmonies of #41042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41042B

Black with #41042B

Text Example


Text Example

White with #41042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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