Html Css Color HEX #350B4B Blackcurrant

📋 copy color: '#350B4B'

red 53 ◦ green 11 ◦ blue 75

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

Shades of Blackcurrant #350B4B

Tints of Blackcurrant #350B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

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

R = 38.13%
G = 7.91%
B = 53.96%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350B4B (or 0x350B4B) is known color: Blackcurrant. HEX triplet: 35, 0B and 4B. RGB value is (53,11,75). Sum of RGB (Red+Green+Blue) = 53+11+75=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #350B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B4B is #CAF4B4. Grayscale: #1E1E1E. Windows color (decimal): -13300917 or 4918069. OLE color: 4918069.

HSL color Cylindrical-coordinate representation of color #350B4B: hue angle of 279.38º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350B4B is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 11 75 -
CMYK 0.29 0.85 0 0.71
HSL 279.38º 0.74% 0.17% -
HSV(B) 279.38º 0.85% 0.29% -
XYZ 2.86 1.5 6.8 -
YUV 30.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 53 11 75 0.29 0.85 0 0.71 279.38 0.74 0.17
Hex 35 B 4B 1D 55 0 47 117 4A 11
Octal 65 13 113 35 125 0 107 427 112 21
Binary 110101 1011 1001011 11101 1010101 0 1000111 100010111 1001010 10001

Color Harmonies of #350B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B4B

Black with #350B4B

Text Example


Text Example

White with #350B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B4B; }

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

 H1.HeaderClassName
 {
   color: #350B4B;
 }
 .AnyTagClassName
 {
   color: #350B4B;
 }
</style>

background-color css

<style>
 a { background-color: #350B4B; }

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

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

border-color css

<style>
 span { border-color: #350B4B; }

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

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