Html Css Color HEX #35044B Blackcurrant

📋 copy color: '#35044B'

red 53 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #35044B

Tints of Blackcurrant #35044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 40.15%
G = 3.03%
B = 56.82%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35044B (or 0x35044B) is known color: Blackcurrant. HEX triplet: 35, 04 and 4B. RGB value is (53,4,75). Sum of RGB (Red+Green+Blue) = 53+4+75=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #35044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35044B is #CAFBB4. Grayscale: #1A1A1A. Windows color (decimal): -13302709 or 4916277. OLE color: 4916277.

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

Color convert

RGB 53 4 75 -
CMYK 0.29 0.95 0 0.71
HSL 281.41º 0.9% 0.15% -
HSV(B) 281.41º 0.95% 0.29% -
XYZ 2.78 1.35 6.77 -
YUV 26.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 53 4 75 0.29 0.95 0 0.71 281.41 0.9 0.15
Hex 35 4 4B 1D 5F 0 47 119 5A F
Octal 65 4 113 35 137 0 107 431 132 17
Binary 110101 100 1001011 11101 1011111 0 1000111 100011001 1011010 1111

Color Harmonies of #35044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35044B

Black with #35044B

Text Example


Text Example

White with #35044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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