Html Css Color HEX #35063F Blackcurrant

📋 copy color: '#35063F'

red 53 ◦ green 6 ◦ blue 63

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

Shades of Blackcurrant #35063F

Tints of Blackcurrant #35063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 43.44%
G = 4.92%
B = 51.64%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35063F (or 0x35063F) is known color: Blackcurrant. HEX triplet: 35, 06 and 3F. RGB value is (53,6,63). Sum of RGB (Red+Green+Blue) = 53+6+63=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #35063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35063F is #CAF9C0. Grayscale: #1A1A1A. Windows color (decimal): -13302209 or 4130357. OLE color: 4130357.

HSL color Cylindrical-coordinate representation of color #35063F: hue angle of 289.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35063F is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 6 63 -
CMYK 0.16 0.90 0 0.75
HSL 289.47º 0.83% 0.14% -
HSV(B) 289.47º 0.9% 0.25% -
XYZ 2.43 1.25 4.82 -
YUV 26.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 53 6 63 0.16 0.90 0 0.75 289.47 0.83 0.14
Hex 35 6 3F 10 5A 0 4B 121 53 E
Octal 65 6 77 20 132 0 113 441 123 16
Binary 110101 110 111111 10000 1011010 0 1001011 100100001 1010011 1110

Color Harmonies of #35063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35063F

Black with #35063F

Text Example


Text Example

White with #35063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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