Html Css Color HEX #410A1E Blackberry

📋 copy color: '#410A1E'

red 65 ◦ green 10 ◦ blue 30

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

Shades of Blackberry #410A1E

Tints of Blackberry #410A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

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

R = 61.9%
G = 9.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#410A1E (or 0x410A1E) is known color: Blackberry. HEX triplet: 41, 0A and 1E. RGB value is (65,10,30). Sum of RGB (Red+Green+Blue) = 65+10+30=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1E is #BEF5E1. Grayscale: #1C1C1C. Windows color (decimal): -12514786 or 1968705. OLE color: 1968705.

HSL color Cylindrical-coordinate representation of color #410A1E: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A1E is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 10 30 -
CMYK 0 0.85 0.54 0.75
HSL 338.18º 0.73% 0.15% -
HSV(B) 338.18º 0.85% 0.25% -
XYZ 2.52 1.43 1.37 -
YUV 28.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 65 10 30 0 0.85 0.54 0.75 338.18 0.73 0.15
Hex 41 A 1E 0 55 36 4B 152 49 F
Octal 101 12 36 0 125 66 113 522 111 17
Binary 1000001 1010 11110 0 1010101 110110 1001011 101010010 1001001 1111

Color Harmonies of #410A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A1E

Black with #410A1E

Text Example


Text Example

White with #410A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A1E; }

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

 H1.HeaderClassName
 {
   color: #410A1E;
 }
 .AnyTagClassName
 {
   color: #410A1E;
 }
</style>

background-color css

<style>
 a { background-color: #410A1E; }

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

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

border-color css

<style>
 span { border-color: #410A1E; }

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

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