Html Css Color HEX #35024B Blackcurrant

📋 copy color: '#35024B'

red 53 ◦ green 2 ◦ blue 75

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

Shades of Blackcurrant #35024B

Tints of Blackcurrant #35024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 57.69%

R = 40.77%
G = 1.54%
B = 57.69%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35024B (or 0x35024B) is known color: Blackcurrant. HEX triplet: 35, 02 and 4B. RGB value is (53,2,75). Sum of RGB (Red+Green+Blue) = 53+2+75=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #35024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35024B is #CAFDB4. Grayscale: #191919. Windows color (decimal): -13303221 or 4915765. OLE color: 4915765.

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

Color convert

RGB 53 2 75 -
CMYK 0.29 0.97 0 0.71
HSL 281.92º 0.95% 0.15% -
HSV(B) 281.92º 0.97% 0.29% -
XYZ 2.76 1.31 6.76 -
YUV 25.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 53 2 75 0.29 0.97 0 0.71 281.92 0.95 0.15
Hex 35 2 4B 1D 61 0 47 11A 5F F
Octal 65 2 113 35 141 0 107 432 137 17
Binary 110101 10 1001011 11101 1100001 0 1000111 100011010 1011111 1111

Color Harmonies of #35024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35024B

Black with #35024B

Text Example


Text Example

White with #35024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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