Html Css Color HEX #35093E Blackcurrant

📋 copy color: '#35093E'

red 53 ◦ green 9 ◦ blue 62

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

Shades of Blackcurrant #35093E

Tints of Blackcurrant #35093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 62 (24.61% from 255) = 50%

R = 42.74%
G = 7.26%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35093E (or 0x35093E) is known color: Blackcurrant. HEX triplet: 35, 09 and 3E. RGB value is (53,9,62). Sum of RGB (Red+Green+Blue) = 53+9+62=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #35093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35093E is #CAF6C1. Grayscale: #1C1C1C. Windows color (decimal): -13301442 or 4065589. OLE color: 4065589.

HSL color Cylindrical-coordinate representation of color #35093E: hue angle of 289.81º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35093E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 9 62 -
CMYK 0.15 0.85 0 0.76
HSL 289.81º 0.75% 0.14% -
HSV(B) 289.81º 0.85% 0.24% -
XYZ 2.44 1.3 4.68 -
YUV 28.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 53 9 62 0.15 0.85 0 0.76 289.81 0.75 0.14
Hex 35 9 3E F 55 0 4C 122 4B E
Octal 65 11 76 17 125 0 114 442 113 16
Binary 110101 1001 111110 1111 1010101 0 1001100 100100010 1001011 1110

Color Harmonies of #35093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35093E

Black with #35093E

Text Example


Text Example

White with #35093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35093E; }

 p { color: rgb(53,9,62); }

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

background-color css

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

 a { background-color: rgb(53,9,62); }

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

border-color css

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

 span { border-color: rgb(53,9,62); }

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