Html Css Color HEX #230719 Blackberry

📋 copy color: '#230719'

red 35 ◦ green 7 ◦ blue 25

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

Shades of Blackberry #230719

Tints of Blackberry #230719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.45%

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 52.24%
G = 10.45%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#230719 (or 0x230719) is known color: Blackberry. HEX triplet: 23, 07 and 19. RGB value is (35,7,25). Sum of RGB (Red+Green+Blue) = 35+7+25=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230719 is #DCF8E6. Grayscale: #111111. Windows color (decimal): -14481639 or 1640227. OLE color: 1640227.

HSL color Cylindrical-coordinate representation of color #230719: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230719 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 7 25 -
CMYK 0 0.80 0.29 0.86
HSL 321.43º 0.67% 0.08% -
HSV(B) 321.43º 0.8% 0.14% -
XYZ 0.94 0.58 0.98 -
YUV 17.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 35 7 25 0 0.80 0.29 0.86 321.43 0.67 0.08
Hex 23 7 19 0 50 1D 56 141 43 8
Octal 43 7 31 0 120 35 126 501 103 10
Binary 100011 111 11001 0 1010000 11101 1010110 101000001 1000011 1000

Color Harmonies of #230719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230719

Black with #230719

Text Example


Text Example

White with #230719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230719; }

 p { color: rgb(35,7,25); }

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

background-color css

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

 a { background-color: rgb(35,7,25); }

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

border-color css

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

 span { border-color: rgb(35,7,25); }

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