Html Css Color HEX #35033F Blackcurrant

📋 copy color: '#35033F'

red 53 ◦ green 3 ◦ blue 63

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

Shades of Blackcurrant #35033F

Tints of Blackcurrant #35033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

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

R = 44.54%
G = 2.52%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35033F (or 0x35033F) is known color: Blackcurrant. HEX triplet: 35, 03 and 3F. RGB value is (53,3,63). Sum of RGB (Red+Green+Blue) = 53+3+63=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #35033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35033F is #CAFCC0. Grayscale: #181818. Windows color (decimal): -13302977 or 4129589. OLE color: 4129589.

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

Color convert

RGB 53 3 63 -
CMYK 0.16 0.95 0 0.75
HSL 290º 0.91% 0.13% -
HSV(B) 290º 0.95% 0.25% -
XYZ 2.4 1.18 4.8 -
YUV 24.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 53 3 63 0.16 0.95 0 0.75 290 0.91 0.13
Hex 35 3 3F 10 5F 0 4B 122 5B D
Octal 65 3 77 20 137 0 113 442 133 15
Binary 110101 11 111111 10000 1011111 0 1001011 100100010 1011011 1101

Color Harmonies of #35033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35033F

Black with #35033F

Text Example


Text Example

White with #35033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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