Html Css Color HEX #230330 Blackcurrant

📋 copy color: '#230330'

red 35 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #230330

Tints of Blackcurrant #230330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 48 (19.14% from 255) = 55.81%

R = 40.7%
G = 3.49%
B = 55.81%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230330 (or 0x230330) is known color: Blackcurrant. HEX triplet: 23, 03 and 30. RGB value is (35,3,48). Sum of RGB (Red+Green+Blue) = 35+3+48=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #230330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230330 is #DCFCCF. Grayscale: #111111. Windows color (decimal): -14482640 or 3146531. OLE color: 3146531.

HSL color Cylindrical-coordinate representation of color #230330: hue angle of 282.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230330 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 3 48 -
CMYK 0.27 0.94 0 0.81
HSL 282.67º 0.88% 0.1% -
HSV(B) 282.67º 0.94% 0.19% -
XYZ 1.26 0.64 2.85 -
YUV 17.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 35 3 48 0.27 0.94 0 0.81 282.67 0.88 0.1
Hex 23 3 30 1B 5E 0 51 11B 58 A
Octal 43 3 60 33 136 0 121 433 130 12
Binary 100011 11 110000 11011 1011110 0 1010001 100011011 1011000 1010

Color Harmonies of #230330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230330

Black with #230330

Text Example


Text Example

White with #230330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230330; }

 p { color: rgb(35,3,48); }

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

background-color css

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

 a { background-color: rgb(35,3,48); }

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

border-color css

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

 span { border-color: rgb(35,3,48); }

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