Html Css Color HEX #35053F Blackcurrant

📋 copy color: '#35053F'

red 53 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #35053F

Tints of Blackcurrant #35053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 63 (25% from 255) = 52.07%

R = 43.8%
G = 4.13%
B = 52.07%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35053F (or 0x35053F) is known color: Blackcurrant. HEX triplet: 35, 05 and 3F. RGB value is (53,5,63). Sum of RGB (Red+Green+Blue) = 53+5+63=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #35053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35053F is #CAFAC0. Grayscale: #191919. Windows color (decimal): -13302465 or 4130101. OLE color: 4130101.

HSL color Cylindrical-coordinate representation of color #35053F: hue angle of 289.66º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35053F is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 5 63 -
CMYK 0.16 0.92 0 0.75
HSL 289.66º 0.85% 0.13% -
HSV(B) 289.66º 0.92% 0.25% -
XYZ 2.42 1.22 4.81 -
YUV 25.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 53 5 63 0.16 0.92 0 0.75 289.66 0.85 0.13
Hex 35 5 3F 10 5C 0 4B 122 55 D
Octal 65 5 77 20 134 0 113 442 125 15
Binary 110101 101 111111 10000 1011100 0 1001011 100100010 1010101 1101

Color Harmonies of #35053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35053F

Black with #35053F

Text Example


Text Example

White with #35053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35053F; }

 p { color: rgb(53,5,63); }

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

background-color css

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

 a { background-color: rgb(53,5,63); }

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

border-color css

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

 span { border-color: rgb(53,5,63); }

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