Html Css Color HEX #461629 Blackberry

📋 copy color: '#461629'

red 70 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #461629

Tints of Blackberry #461629

RGB

 RED value IS 70 (27.73% from 255) = 52.63%

 GREEN value IS 22 (8.98% from 255) = 16.54%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 52.63%
G = 16.54%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461629 (or 0x461629) is known color: Blackberry. HEX triplet: 46, 16 and 29. RGB value is (70,22,41). Sum of RGB (Red+Green+Blue) = 70+22+41=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #461629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461629 is #B9E9D6. Grayscale: #262626. Windows color (decimal): -12184023 or 2692678. OLE color: 2692678.

HSL color Cylindrical-coordinate representation of color #461629: hue angle of 336.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461629 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 22 41 -
CMYK 0 0.69 0.41 0.73
HSL 336.25º 0.52% 0.18% -
HSV(B) 336.25º 0.69% 0.27% -
XYZ 3.21 2.04 2.32 -
YUV 38.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 70 22 41 0 0.69 0.41 0.73 336.25 0.52 0.18
Hex 46 16 29 0 45 29 49 150 34 12
Octal 106 26 51 0 105 51 111 520 64 22
Binary 1000110 10110 101001 0 1000101 101001 1001001 101010000 110100 10010

Color Harmonies of #461629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461629

Black with #461629

Text Example


Text Example

White with #461629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461629; }

 p { color: rgb(70,22,41); }

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

background-color css

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

 a { background-color: rgb(70,22,41); }

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

border-color css

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

 span { border-color: rgb(70,22,41); }

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