Html Css Color HEX #38133F Blackcurrant

📋 copy color: '#38133F'

red 56 ◦ green 19 ◦ blue 63

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

Shades of Blackcurrant #38133F

Tints of Blackcurrant #38133F

RGB

 RED value IS 56 (22.27% from 255) = 40.58%

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 40.58%
G = 13.77%
B = 45.65%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#38133F (or 0x38133F) is known color: Blackcurrant. HEX triplet: 38, 13 and 3F. RGB value is (56,19,63). Sum of RGB (Red+Green+Blue) = 56+19+63=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #38133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133F is #C7ECC0. Grayscale: #222222. Windows color (decimal): -13102273 or 4133688. OLE color: 4133688.

HSL color Cylindrical-coordinate representation of color #38133F: hue angle of 290.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38133F is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 19 63 -
CMYK 0.11 0.70 0 0.75
HSL 290.45º 0.54% 0.16% -
HSV(B) 290.45º 0.7% 0.25% -
XYZ 2.76 1.67 4.88 -
YUV 35.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 56 19 63 0.11 0.70 0 0.75 290.45 0.54 0.16
Hex 38 13 3F B 46 0 4B 122 36 10
Octal 70 23 77 13 106 0 113 442 66 20
Binary 111000 10011 111111 1011 1000110 0 1001011 100100010 110110 10000

Color Harmonies of #38133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38133F

Black with #38133F

Text Example


Text Example

White with #38133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,19,63); }

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

background-color css

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

 a { background-color: rgb(56,19,63); }

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

border-color css

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

 span { border-color: rgb(56,19,63); }

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