Html Css Color HEX #461238 Blackberry

📋 copy color: '#461238'

red 70 ◦ green 18 ◦ blue 56

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

Shades of Blackberry #461238

Tints of Blackberry #461238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 48.61%
G = 12.5%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#461238 (or 0x461238) is known color: Blackberry. HEX triplet: 46, 12 and 38. RGB value is (70,18,56). Sum of RGB (Red+Green+Blue) = 70+18+56=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461238 is #B9EDC7. Grayscale: #252525. Windows color (decimal): -12185032 or 3674694. OLE color: 3674694.

HSL color Cylindrical-coordinate representation of color #461238: hue angle of 316.15º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461238 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 56 -
CMYK 0 0.74 0.20 0.73
HSL 316.15º 0.59% 0.17% -
HSV(B) 316.15º 0.74% 0.27% -
XYZ 3.46 2.02 3.95 -
YUV 37.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 70 18 56 0 0.74 0.20 0.73 316.15 0.59 0.17
Hex 46 12 38 0 4A 14 49 13C 3B 11
Octal 106 22 70 0 112 24 111 474 73 21
Binary 1000110 10010 111000 0 1001010 10100 1001001 100111100 111011 10001

Color Harmonies of #461238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461238

Black with #461238

Text Example


Text Example

White with #461238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461238; }

 p { color: rgb(70,18,56); }

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

background-color css

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

 a { background-color: rgb(70,18,56); }

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

border-color css

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

 span { border-color: rgb(70,18,56); }

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