Html Css Color HEX #23003B Blackcurrant

📋 copy color: '#23003B'

red 35 ◦ green 0 ◦ blue 59

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

Shades of Blackcurrant #23003B

Tints of Blackcurrant #23003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 62.77%

R = 37.23%
G = 0%
B = 62.77%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23003B (or 0x23003B) is known color: Blackcurrant. HEX triplet: 23, 00 and 3B. RGB value is (35,0,59). Sum of RGB (Red+Green+Blue) = 35+0+59=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #23003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23003B is #DCFFC4. Grayscale: #101010. Windows color (decimal): -14483397 or 3866659. OLE color: 3866659.

HSL color Cylindrical-coordinate representation of color #23003B: hue angle of 275.59º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23003B is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 0 59 -
CMYK 0.41 1 0 0.77
HSL 275.59º 1% 0.12% -
HSV(B) 275.59º 1% 0.23% -
XYZ 1.48 0.67 4.19 -
YUV 17.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 35 0 59 0.41 1 0 0.77 275.59 1 0.12
Hex 23 0 3B 29 64 0 4D 114 64 C
Octal 43 0 73 51 144 0 115 424 144 14
Binary 100011 0 111011 101001 1100100 0 1001101 100010100 1100100 1100

Color Harmonies of #23003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23003B

Black with #23003B

Text Example


Text Example

White with #23003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,0,59); }

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

background-color css

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

 a { background-color: rgb(35,0,59); }

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

border-color css

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

 span { border-color: rgb(35,0,59); }

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