Html Css Color HEX #350248 Blackcurrant

📋 copy color: '#350248'

red 53 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #350248

Tints of Blackcurrant #350248

RGB

 RED value IS 53 (21.09% from 255) = 41.73%

 GREEN value IS 2 (1.17% from 255) = 1.57%

 BLUE value IS 72 (28.52% from 255) = 56.69%

R = 41.73%
G = 1.57%
B = 56.69%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350248 (or 0x350248) is known color: Blackcurrant. HEX triplet: 35, 02 and 48. RGB value is (53,2,72). Sum of RGB (Red+Green+Blue) = 53+2+72=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #350248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350248 is #CAFDB7. Grayscale: #191919. Windows color (decimal): -13303224 or 4719157. OLE color: 4719157.

HSL color Cylindrical-coordinate representation of color #350248: hue angle of 283.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350248 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 2 72 -
CMYK 0.26 0.97 0 0.72
HSL 283.71º 0.95% 0.15% -
HSV(B) 283.71º 0.97% 0.28% -
XYZ 2.66 1.27 6.24 -
YUV 25.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 53 2 72 0.26 0.97 0 0.72 283.71 0.95 0.15
Hex 35 2 48 1A 61 0 48 11C 5F F
Octal 65 2 110 32 141 0 110 434 137 17
Binary 110101 10 1001000 11010 1100001 0 1001000 100011100 1011111 1111

Color Harmonies of #350248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350248

Black with #350248

Text Example


Text Example

White with #350248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350248; }

 p { color: rgb(53,2,72); }

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

background-color css

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

 a { background-color: rgb(53,2,72); }

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

border-color css

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

 span { border-color: rgb(53,2,72); }

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