Html Css Color HEX #41071E Blackberry

📋 copy color: '#41071E'

red 65 ◦ green 7 ◦ blue 30

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

Shades of Blackberry #41071E

Tints of Blackberry #41071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.86%

 BLUE value IS 30 (12.11% from 255) = 29.41%

R = 63.73%
G = 6.86%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41071E (or 0x41071E) is known color: Blackberry. HEX triplet: 41, 07 and 1E. RGB value is (65,7,30). Sum of RGB (Red+Green+Blue) = 65+7+30=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41071E is #BEF8E1. Grayscale: #1A1A1A. Windows color (decimal): -12515554 or 1967937. OLE color: 1967937.

HSL color Cylindrical-coordinate representation of color #41071E: hue angle of 336.21º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41071E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 7 30 -
CMYK 0 0.89 0.54 0.75
HSL 336.21º 0.81% 0.14% -
HSV(B) 336.21º 0.89% 0.25% -
XYZ 2.49 1.37 1.36 -
YUV 26.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 65 7 30 0 0.89 0.54 0.75 336.21 0.81 0.14
Hex 41 7 1E 0 59 36 4B 150 51 E
Octal 101 7 36 0 131 66 113 520 121 16
Binary 1000001 111 11110 0 1011001 110110 1001011 101010000 1010001 1110

Color Harmonies of #41071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41071E

Black with #41071E

Text Example


Text Example

White with #41071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41071E; }

 p { color: rgb(65,7,30); }

 H1.HeaderClassName
 {
   color: #41071E;
 }
 .AnyTagClassName
 {
   color: #41071E;
 }
</style>

background-color css

<style>
 a { background-color: #41071E; }

 a { background-color: rgb(65,7,30); }

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

border-color css

<style>
 span { border-color: #41071E; }

 span { border-color: rgb(65,7,30); }

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