Html Css Color HEX #38003E Blackcurrant

📋 copy color: '#38003E'

red 56 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #38003E

Tints of Blackcurrant #38003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 47.46%
G = 0%
B = 52.54%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#38003E (or 0x38003E) is known color: Blackcurrant. HEX triplet: 38, 00 and 3E. RGB value is (56,0,62). Sum of RGB (Red+Green+Blue) = 56+0+62=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #38003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38003E is #C7FFC1. Grayscale: #171717. Windows color (decimal): -13107138 or 4063288. OLE color: 4063288.

HSL color Cylindrical-coordinate representation of color #38003E: hue angle of 294.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38003E is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 0 62 -
CMYK 0.10 1 0 0.76
HSL 294.19º 1% 0.12% -
HSV(B) 294.19º 1% 0.24% -
XYZ 2.5 1.19 4.66 -
YUV 23.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 56 0 62 0.10 1 0 0.76 294.19 1 0.12
Hex 38 0 3E A 64 0 4C 126 64 C
Octal 70 0 76 12 144 0 114 446 144 14
Binary 111000 0 111110 1010 1100100 0 1001100 100100110 1100100 1100

Color Harmonies of #38003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38003E

Black with #38003E

Text Example


Text Example

White with #38003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38003E; }

 p { color: rgb(56,0,62); }

 H1.HeaderClassName
 {
   color: #38003E;
 }
 .AnyTagClassName
 {
   color: #38003E;
 }
</style>

background-color css

<style>
 a { background-color: #38003E; }

 a { background-color: rgb(56,0,62); }

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

border-color css

<style>
 span { border-color: #38003E; }

 span { border-color: rgb(56,0,62); }

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