Html Css Color HEX #23023F Blackcurrant

📋 copy color: '#23023F'

red 35 ◦ green 2 ◦ blue 63

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

Shades of Blackcurrant #23023F

Tints of Blackcurrant #23023F

RGB

 RED value IS 35 (14.06% from 255) = 35%

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

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

R = 35%
G = 2%
B = 63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#23023F (or 0x23023F) is known color: Blackcurrant. HEX triplet: 23, 02 and 3F. RGB value is (35,2,63). Sum of RGB (Red+Green+Blue) = 35+2+63=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #23023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23023F is #DCFDC0. Grayscale: #121212. Windows color (decimal): -14482881 or 4129315. OLE color: 4129315.

HSL color Cylindrical-coordinate representation of color #23023F: hue angle of 272.46º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23023F is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 2 63 -
CMYK 0.44 0.97 0 0.75
HSL 272.46º 0.94% 0.13% -
HSV(B) 272.46º 0.97% 0.25% -
XYZ 1.61 0.76 4.76 -
YUV 18.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 35 2 63 0.44 0.97 0 0.75 272.46 0.94 0.13
Hex 23 2 3F 2C 61 0 4B 110 5E D
Octal 43 2 77 54 141 0 113 420 136 15
Binary 100011 10 111111 101100 1100001 0 1001011 100010000 1011110 1101

Color Harmonies of #23023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23023F

Black with #23023F

Text Example


Text Example

White with #23023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,2,63); }

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

background-color css

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

 a { background-color: rgb(35,2,63); }

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

border-color css

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

 span { border-color: rgb(35,2,63); }

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